mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Fix missing initialization for m_game_focused
This commit is contained in:
@@ -972,7 +972,7 @@ private:
|
||||
|
||||
bool m_first_loop_after_window_activation = false;
|
||||
bool m_camera_offset_changed = false;
|
||||
bool m_game_focused;
|
||||
bool m_game_focused = false;
|
||||
|
||||
bool m_does_lost_focus_pause_game = false;
|
||||
|
||||
|
Reference in New Issue
Block a user