mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-28 08:39:34 +00:00
unintialized variable cleanups
This commit is contained in:
parent
6596865d92
commit
76b33ab57b
2 changed files with 3 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ namespace Con
|
|||
String error;
|
||||
|
||||
public:
|
||||
EvalResult() {}
|
||||
EvalResult() { valid = false; error = ""; }
|
||||
|
||||
EvalResult(ConsoleValue pValue)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue