mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Revert "Update console.h"
This reverts commit 76c17179e695df08466c34bf334c1e819ad59c76.
This commit is contained in:
parent
bdcd60f8af
commit
954c3b03db
|
|
@ -347,7 +347,7 @@ public:
|
|||
{
|
||||
//cleanupData();
|
||||
type = ConsoleValueType::cvSTEntry;
|
||||
s = const_cast<char*>(StringTable->insert(val));
|
||||
s = const_cast<char*>(val);
|
||||
}
|
||||
|
||||
TORQUE_FORCEINLINE void setEmptyString()
|
||||
|
|
|
|||
Loading…
Reference in a new issue