Skip to content

Commit

Permalink
deactivated safeNormalize debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzzzrm committed Apr 29, 2014
1 parent 0d0df47 commit e60368e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/glmext/safenormalize.inl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SafeNormalize<T>::SafeNormalize(const T& v, const T& fallback) {
if (m_valid) {
m_normalized = v * glm::inversesqrt(sqr);
} else {
glow::debug() << "SafeNormalize catched a illegal normalize()";
// glow::debug() << "SafeNormalize: " << v << " cannot be normalized";
m_normalized = fallback;
}
}
Expand Down

0 comments on commit e60368e

Please sign in to comment.