mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-28 07:45:40 +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)
|
ConsoleValue(const ConsoleValue& ref)
|
||||||
{
|
{
|
||||||
|
type = ConsoleValueType::cvSTEntry;
|
||||||
|
s = const_cast<char*>(StringTable->EmptyString());
|
||||||
|
|
||||||
switch (ref.type)
|
switch (ref.type)
|
||||||
{
|
{
|
||||||
case cvNULL:
|
case cvNULL:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue