mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
uninitialized variables-console
This commit is contained in:
parent
e9415a0994
commit
2c1508c169
23 changed files with 66 additions and 11 deletions
|
|
@ -1190,7 +1190,7 @@ public:
|
|||
ConsoleValueRef _exec();
|
||||
ConsoleValueRef _execLater(SimConsoleThreadExecEvent *evt);
|
||||
|
||||
_BaseEngineConsoleCallbackHelper() {;}
|
||||
_BaseEngineConsoleCallbackHelper(): mThis(NULL), mInitialArgc(0), mArgc(0), mCallbackName(StringTable->EmptyString()){;}
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue