Memory initialization fixed

This commit is contained in:
Lubos 2022-10-31 15:00:09 +01:00
parent 3c87e71177
commit 823bfae5ea

View File

@ -78,7 +78,7 @@ static std::vector<ButtonMapping> controllerMapping[2] = {
leftControllerMapping,
rightControllerMapping
};
static bool controllerMotion[2][5];
static bool controllerMotion[2][5] = {};
static int mouseController = -1;
static bool mousePressed[] = {false, false};