Skip to content

Commit

Permalink
While looking at commit from Kevin Wheatley from 2013 found a typo bu…
Browse files Browse the repository at this point in the history
…g in LogOp::writeGpuShader
  • Loading branch information
malcolmhumphreys committed Sep 15, 2016
1 parent 1b48601 commit 32bc145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/LogOps.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ OCIO_NAMESPACE_ENTER

float knew[3] = { m_k[0] / logf(m_base[0]),
m_k[1] / logf(m_base[1]),
m_k[2] / logf(m_base[0]) };
m_k[2] / logf(m_base[2]) };

float clampMin[3] = { FLTMIN, FLTMIN, FLTMIN };

Expand Down

0 comments on commit 32bc145

Please sign in to comment.