fix: save/load

This commit is contained in:
2025-10-06 19:27:45 +01:00
parent d9957eead1
commit 7b7f088116
3 changed files with 19 additions and 5 deletions

View File

@@ -284,6 +284,7 @@ int main(int argc, char **argv)
Abs(game->editor.cursor.y-game->editor.dragStart.y)
);
game->world->hitboxCount++;
GenerateNavMesh(game->arena, game->world);
}
}