mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
quiet valgrind
This commit is contained in:
parent
f284e9d070
commit
03a2d190b0
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ public:
|
|||
uint8 _function = LESS;
|
||||
uint8 _writeMask = true;
|
||||
uint8 _enabled = false;
|
||||
uint8 _spare;
|
||||
uint8 _spare = 0;
|
||||
public:
|
||||
DepthTest(bool enabled = false, bool writeMask = true, ComparisonFunction func = LESS) :
|
||||
_function(func), _writeMask(writeMask), _enabled(enabled) {}
|
||||
|
|
Loading…
Reference in a new issue