Add comma to log statement
This commit is contained in:
parent
46d48f7f98
commit
d2583bb172
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue