Skip to content

Commit

Permalink
ShowStringPic: Fix bugs found by testers :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghabry committed Dec 7, 2022
1 parent 73149fb commit c7a96bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/game_windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ Game_Windows::Window_User* Game_Windows::GetWindowPtr(int id) {
}

bool Game_Windows::Window_User::Create(const WindowParams& params) {
Erase();

data.width = params.width;
data.height = params.height;
data.system_name = lcf::DBString(params.system_name);
Expand Down

0 comments on commit c7a96bc

Please sign in to comment.