mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-20 07:03:46 +00:00
Fix uninitialized member vars
This commit is contained in:
parent
50238fb2ac
commit
98e79f3aec
2 changed files with 4 additions and 1 deletions
|
|
@ -179,6 +179,8 @@ ReflectorBase::ReflectorBase()
|
|||
mObject = NULL;
|
||||
mOcclusionQuery = GFX->createOcclusionQuery();
|
||||
mQueryPending = false;
|
||||
score = 0.0f;
|
||||
lastUpdateMs = 0;
|
||||
}
|
||||
|
||||
ReflectorBase::~ReflectorBase()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue