mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
Merge pull request #2008 from Areloch/ConsoleDumpAllocationFix
Console Classes dump allocation fix
This commit is contained in:
commit
6f87fb54b6
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ void printClassHeader(const char* usage, const char * className, const char * su
|
||||||
Con::printf("/// information was available for this class.");
|
Con::printf("/// information was available for this class.");
|
||||||
}
|
}
|
||||||
|
|
||||||
if( usage != NULL )
|
if((usage != NULL) && strlen(usage))
|
||||||
{
|
{
|
||||||
// Copy Usage Document
|
// Copy Usage Document
|
||||||
S32 usageLen = dStrlen( usage );
|
S32 usageLen = dStrlen( usage );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue