1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-30 07:15:34 +00:00

Add missing initialization

This commit is contained in:
Andrei Kortunov 2024-03-29 12:09:50 +04:00
parent 359600db83
commit 387e53b468

View file

@ -42,6 +42,7 @@ namespace ICS
, mXmouseAxisBinded(false), mYmouseAxisBinded(false)
, mClientWidth(1)
, mClientHeight(1)
, mMouseAxisBindingInitialValues{0}
{
ICS_LOG(" - Creating InputControlSystem - ");