rename tmp_ function to dbg_

This commit is contained in:
2025-01-29 12:07:12 +01:00
parent d0ba27ee0f
commit d3f89b0d10
3 changed files with 5 additions and 3 deletions

View File

@@ -94,5 +94,5 @@ void game_update(GameData* game_data, const uint8_t* keys) {
update_input(game_data, keys);
// tmp_set_random(game_data);
tmp_set_all(game_data);
dbg_set_all(game_data);
}