mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 19:53:48 +00:00
Update console.h
This commit is contained in:
parent
e5e3efb30c
commit
b54ed77f7a
1 changed files with 3 additions and 0 deletions
|
|
@ -175,6 +175,9 @@ public:
|
|||
|
||||
ConsoleValue(const ConsoleValue& ref)
|
||||
{
|
||||
type = ConsoleValueType::cvSTEntry;
|
||||
s = const_cast<char*>(StringTable->EmptyString());
|
||||
|
||||
switch (ref.type)
|
||||
{
|
||||
case cvNULL:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue