mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 04:09:16 +00:00
Fix several errors and warnings from GCC compilation
This commit is contained in:
@ -2652,7 +2652,7 @@ int plArmatureMod::RefreshDebugDisplay()
|
||||
|
||||
void plArmatureMod::DumpToDebugDisplay(int &x, int &y, int lineHeight, char *strBuf, plDebugText &debugTxt)
|
||||
{
|
||||
sprintf(strBuf, "Armature <%s>:", fRootName);
|
||||
sprintf(strBuf, "Armature <%s>:", fRootName.c_str());
|
||||
debugTxt.DrawString(x, y, strBuf, 255, 128, 128);
|
||||
y += lineHeight;
|
||||
|
||||
|
Reference in New Issue
Block a user