Skip to content

Commit

Permalink
Update GameEngine.h
Browse files Browse the repository at this point in the history
Oops.
  • Loading branch information
razterizer authored Oct 20, 2024
1 parent c264850 commit 6cb745a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameEngine.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ class GameEngine

keyboard = std::make_unique<keyboard::StreamKeyboard>();

begin_screen(sh);
begin_screen(sh, t);

if (m_params.enable_terminal_window_resize)
{
Expand Down

0 comments on commit 6cb745a

Please sign in to comment.