Using the correct boolean test for shadows.

This commit is contained in:
Jonathas Costa
2016-06-06 17:30:57 -04:00
parent 700f411784
commit 2f4f50b796
2 changed files with 5 additions and 2 deletions
@@ -102,6 +102,7 @@ private:
std::string _target;
bool _hasNightTexture;
bool _hasHeightTexture;
bool _shadowEnabled;
double _time;
};