Skip to content

Commit

Permalink
Final thing
Browse files Browse the repository at this point in the history
  • Loading branch information
ToolMan2k authored Dec 28, 2023
1 parent 57d263d commit 589f7e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/game_windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ bool Game_Windows::Window_User::Create(const WindowParams& params) {
data.message_stretch = params.message_stretch;
data.flags.draw_frame = params.draw_frame;
data.flags.border_margin = params.border_margin;
data.scale_width = params.scale_width;
data.scale_height = params.scale_height;

for (const auto& text: params.texts) {
lcf::rpg::SaveEasyRpgText data_text;
Expand Down

0 comments on commit 589f7e1

Please sign in to comment.