Skip to content

Commit 33b600e

Browse files
committed
Fix format
1 parent db28ab6 commit 33b600e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GeneralsMD/Code/Tools/WorldBuilder/src/wbview3d.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2579,7 +2579,7 @@ void WbView3d::drawLabels(HDC hdc)
25792579

25802580
if (m_lightFeedbackMesh[lIndex] == NULL)
25812581
{ char nameBuf[64];
2582-
snprintf(nameBuf,ARRAY_SIZE(nameBuf),"WB_LIGHT%d",lIndex+1);
2582+
snprintf(nameBuf, ARRAY_SIZE(nameBuf), "WB_LIGHT%d", lIndex+1);
25832583
m_lightFeedbackMesh[lIndex]=WW3DAssetManager::Get_Instance()->Create_Render_Obj(nameBuf);
25842584
}
25852585
if (m_lightFeedbackMesh[lIndex]==NULL) {

0 commit comments

Comments
 (0)