mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 14:30:35 +02:00
quiet compiler
This commit is contained in:
parent
d6322903a2
commit
dab5848330
1 changed files with 408 additions and 408 deletions
|
@ -123,7 +123,7 @@ public:
|
|||
DepthTest(bool enabled = false, bool writeMask = true, ComparisonFunction func = LESS) :
|
||||
_function(func), _writeMask(writeMask), _enabled(enabled) {}
|
||||
|
||||
bool isEnabled() const { return _enabled; }
|
||||
bool isEnabled() const { return _enabled != 0; }
|
||||
ComparisonFunction getFunction() const { return ComparisonFunction(_function); }
|
||||
bool getWriteMask() const { return _writeMask; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue