mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-25 09:33:50 +00:00
uninitialized variables-t3d
This commit is contained in:
parent
87603029db
commit
fabd5864fa
27 changed files with 102 additions and 23 deletions
|
|
@ -254,6 +254,8 @@ GameBase::GameBase()
|
|||
mTicksSinceLastMove = 0;
|
||||
mIsAiControlled = false;
|
||||
#endif
|
||||
mTickCount = 0;
|
||||
mCameraFov = 90.f;
|
||||
}
|
||||
|
||||
GameBase::~GameBase()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue