IrrDeviceWayland: initialize m_touch variable

This commit is contained in:
Sebastian Krzyszkowiak 2019-01-09 05:14:09 +01:00 committed by Deve
parent b611b0dd80
commit 51ca86b416

View File

@ -790,6 +790,7 @@ CIrrDeviceWayland::CIrrDeviceWayland(const SIrrlichtCreationParameters& params)
m_display = NULL;
m_egl_window = NULL;
m_keyboard = NULL;
m_touch = NULL;
m_output = NULL;
m_pointer = NULL;
m_registry = NULL;