Fix uninitialized context flags
This commit is contained in:
parent
0d6e04257b
commit
918fe6ddd8
|
@ -137,7 +137,7 @@ private:
|
||||||
|
|
||||||
friend struct ScopedEdition;
|
friend struct ScopedEdition;
|
||||||
|
|
||||||
Flags m_flags;
|
Flags m_flags = Flags::None;
|
||||||
|
|
||||||
SafePtr<InputHandler> m_input_handler;
|
SafePtr<InputHandler> m_input_handler;
|
||||||
SafePtr<Window> m_window;
|
SafePtr<Window> m_window;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user