Fixed compiler warning

This commit is contained in:
Deve
2016-07-12 00:04:46 +02:00
parent 5601309ae8
commit 131dfb2fc0

View File

@@ -388,6 +388,8 @@ bool CGUISTKListBox::OnEvent(const SEvent& event)
case EET_JOYSTICK_INPUT_EVENT:
case EGUIET_FORCE_32_BIT:
break;
default:
break;
}
}