mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Merge branch 'development' into EngineAPI-Refactor
This commit is contained in:
commit
6cf0c9e360
1933 changed files with 102328 additions and 70545 deletions
|
|
@ -88,7 +88,7 @@ void printClassHeader(const char* usage, const char * className, const char * su
|
|||
if((usage != NULL) && strlen(usage))
|
||||
{
|
||||
// Copy Usage Document
|
||||
S32 usageLen = dStrlen( usage );
|
||||
S32 usageLen = dStrlen( usage ) + 1;
|
||||
FrameTemp<char> usageStr( usageLen );
|
||||
dStrcpy( usageStr, usage, usageLen );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue