mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 14:05:45 +01:00
rename tmp_ function to dbg_
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user