mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Changes for Linux.
This commit is contained in:
parent
aa35157eef
commit
3336bffad2
30 changed files with 99 additions and 173 deletions
|
|
@ -579,7 +579,7 @@ AbstractClassRep* ConsoleObject::getClassRep() const
|
|||
return NULL;
|
||||
}
|
||||
|
||||
String ConsoleObject::_getLogMessage(const char* fmt, void* args) const
|
||||
String ConsoleObject::_getLogMessage(const char* fmt, va_list args) const
|
||||
{
|
||||
String objClass = "UnknownClass";
|
||||
if(getClassRep())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue