mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 14:05:45 +01:00
fix: forgot to rename renderdata to a lowercase variant
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
bool playing = true;
|
||||
|
||||
RenderData render_dat = {0};
|
||||
render_data render_dat = {0};
|
||||
game_data game_dat = {0};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user