fixed comments

This commit is contained in:
2026-06-23 10:00:59 -04:00
parent 013fab7c89
commit bd0ffff93f

View File

@@ -8,8 +8,8 @@ void checkCollision(){
float objdet[MAX_ENTITIES][3];
//array structure:
// [entitiy #1][entity obj,x,y,size]
// [entitiy #2][entity obj,x,y,size]
// [entitiy #1][x,y,size]
// [entitiy #2][x,y,size]
// etc...
for (int i = 0; i < MAX_ENTITIES; i++){