Prevent illegal memory access when creating globals (closes #1657)

This commit is contained in:
Alexander Bock
2024-08-06 16:44:48 +02:00
parent 19bb1c5d91
commit d0ca4c836b

View File

@@ -92,6 +92,7 @@ namespace {
sizeof(Configuration) +
sizeof(interaction::ActionManager) +
sizeof(interaction::InteractionMonitor) +
sizeof(interaction::JoystickInputStates) +
sizeof(interaction::WebsocketInputStates) +
sizeof(interaction::KeybindingManager) +
sizeof(interaction::NavigationHandler) +