mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
ConsoleValue improvements
This commit is contained in:
parent
89b0c7f73b
commit
e28e24a802
2 changed files with 4 additions and 3 deletions
|
|
@ -72,7 +72,7 @@ char* ConsoleValue::convertToBuffer() const
|
|||
|
||||
const char* ConsoleValue::getConsoleData() const
|
||||
{
|
||||
return Con::getData(type, ct->dataPtr, 0, ct->enumTable);
|
||||
return Con::getData(ct->consoleType, ct->dataPtr, 0, ct->enumTable);
|
||||
}
|
||||
|
||||
ConsoleDocFragment* ConsoleDocFragment::smFirst;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue