1
0
Fork 0

Add comma to log statement

This commit is contained in:
ehofman 2003-03-21 22:22:33 +00:00
parent 46d48f7f98
commit d2583bb172

View file

@ -406,7 +406,7 @@ Corner3:;
} }
// create the triangles // create the triangles
SG_LOG(SG_MATH, SG_DEBUG "[ 60%] create the triangles"); SG_LOG(SG_MATH, SG_DEBUG, "[ 60%] create the triangles");
triangle = new Triangle[numTriangles]; triangle = new Triangle[numTriangles];