Merge branch 'slider' of https://github.com/nothingTVatYT/FlaxEngine into nothingTVatYT-slider

This commit is contained in:
Wojtek Figat
2024-02-19 20:38:50 +01:00

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);