Merge pull request #582 from pbruvoll/master

Update sign of all components of scale. #582
This commit is contained in:
Christophe 2016-11-25 16:50:04 +01:00 committed by GitHub
commit 0c40430d65

View File

@ -125,7 +125,7 @@ namespace detail
{ {
for(length_t i = 0; i < 3; i++) for(length_t i = 0; i < 3; i++)
{ {
Scale.x *= static_cast<T>(-1); Scale[i] *= static_cast<T>(-1);
Row[i] *= static_cast<T>(-1); Row[i] *= static_cast<T>(-1);
} }
} }