Run cppcheck
This commit is contained in:
parent
bc55e84d5b
commit
d57a07edb8
7 changed files with 25 additions and 47 deletions
|
@ -2102,7 +2102,7 @@ void TPE_worldDebugDraw(TPE_World *world, TPE_DebugDrawFunction drawFunc,
|
|||
|
||||
TPE_Unit gridHalfSize = (envGridSize * envGridRes) / 2;
|
||||
|
||||
TPE_Vec3 center;
|
||||
TPE_Vec3 center = TPE_vec3(0,0,0); // Licar modification: added init
|
||||
|
||||
offset %= envGridSize;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue