mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
debugger support
This commit is contained in:
parent
98a2fa0f33
commit
59312d7d52
8 changed files with 46 additions and 15 deletions
|
|
@ -33,7 +33,7 @@ SimConsoleEvent::SimConsoleEvent(S32 argc, ConsoleValue *argv, bool onObject)
|
|||
mOnObject = onObject;
|
||||
mArgc = argc;
|
||||
|
||||
mArgv = new ConsoleValue[argc];
|
||||
mArgv = new ConsoleValue[argc]();
|
||||
for (int i=0; i<argc; i++)
|
||||
{
|
||||
if (argv)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue