mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
moar leak plug attempts
This commit is contained in:
parent
ea39c83afd
commit
ee0cf872a0
6 changed files with 108 additions and 11 deletions
|
|
@ -321,7 +321,7 @@ public:
|
|||
|
||||
void reset();
|
||||
|
||||
inline ConsoleValue getValue() { return std::move(value); }
|
||||
inline ConsoleValue getValue() { return (value); }
|
||||
|
||||
inline U32 getIntValue()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue