fix: forgot to rename renderdata to a lowercase variant

This commit is contained in:
2025-02-12 17:29:34 +01:00
parent be3c796ec1
commit 0596f8d5d5
3 changed files with 12 additions and 11 deletions

View File

@@ -23,7 +23,7 @@
bool playing = true;
RenderData render_dat = {0};
render_data render_dat = {0};
game_data game_dat = {0};