mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
fix warn reports for buffer oveeruns
also misc uninitialized vars
This commit is contained in:
parent
1230d0d280
commit
9e036f142b
6 changed files with 11 additions and 9 deletions
|
|
@ -166,7 +166,7 @@ class EngineExportScope : public EngineExport
|
|||
private:
|
||||
|
||||
/// Constructor for the global scope.
|
||||
EngineExportScope(){}
|
||||
EngineExportScope():mExports(NULL){}
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue