mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 22:10:36 +00:00
Remove value constructors for ConsoleValueRef & fix callbacks which use them. Fixes issue #1289
This commit is contained in:
parent
eb0351139e
commit
12d435c341
5 changed files with 17 additions and 43 deletions
|
|
@ -214,12 +214,6 @@ public:
|
|||
~ConsoleValueRef() { ; }
|
||||
|
||||
ConsoleValueRef(const ConsoleValueRef &ref);
|
||||
ConsoleValueRef(const char *value);
|
||||
ConsoleValueRef(const String &ref);
|
||||
ConsoleValueRef(U32 value);
|
||||
ConsoleValueRef(S32 value);
|
||||
ConsoleValueRef(F32 value);
|
||||
ConsoleValueRef(F64 value);
|
||||
|
||||
static ConsoleValueRef fromValue(ConsoleValue *value) { ConsoleValueRef ref; ref.value = value; return ref; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue