Adding missing break statement
This commit is contained in:
parent
22ecd9a95f
commit
755b7a45ab
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ static void gwidgetEvent(void *param, GEvent *pe) {
|
||||||
// If we got this far we can finally pass the event
|
// If we got this far we can finally pass the event
|
||||||
((gwidgetVMT*)widgetInFocus->vmt)->KeyboardEvent((GWidgetObject*)widgetInFocus, pke);
|
((gwidgetVMT*)widgetInFocus->vmt)->KeyboardEvent((GWidgetObject*)widgetInFocus, pke);
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if GFX_USE_GINPUT && GINPUT_NEED_TOGGLE
|
#if GFX_USE_GINPUT && GINPUT_NEED_TOGGLE
|
||||||
|
|
Loading…
Add table
Reference in a new issue