Run cppcheck

This commit is contained in:
Miloslav Ciz 2025-06-24 21:12:01 +02:00
parent bc55e84d5b
commit d57a07edb8
7 changed files with 25 additions and 47 deletions

View file

@ -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;