initialize the bool

This commit is contained in:
nothingTVatYT
2024-02-12 01:26:01 +01:00
parent 080202cf95
commit f044569b67

View File

@@ -55,6 +55,8 @@ LinuxWindow::LinuxWindow(const CreateWindowSettings& settings)
return;
auto screen = XDefaultScreen(display);
// default to false
_isHorizontalFlippingMouse = false;
// Cache data
int32 width = Math::TruncToInt(settings.Size.X);
int32 height = Math::TruncToInt(settings.Size.Y);