mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Update console.h
This commit is contained in:
parent
e5e3efb30c
commit
b54ed77f7a
|
|
@ -175,6 +175,9 @@ public:
|
|||
|
||||
ConsoleValue(const ConsoleValue& ref)
|
||||
{
|
||||
type = ConsoleValueType::cvSTEntry;
|
||||
s = const_cast<char*>(StringTable->EmptyString());
|
||||
|
||||
switch (ref.type)
|
||||
{
|
||||
case cvNULL:
|
||||
|
|
|
|||
Loading…
Reference in a new issue