[Fix] Uhm..

This commit is contained in:
Rtch90 2018-08-21 23:01:11 +01:00
parent aa69f880e0
commit 3a7be80548

View File

@ -50,7 +50,7 @@ void Widget::EndClipping(void) {
glDisable(GL_CLIP_PLANE3); glDisable(GL_CLIP_PLANE3);
} }
void Widget::SetShortcut(SDLKey key, SDLMod mod) {a void Widget::SetShortcut(SDLKey key, SDLMod mod) {
/* /*
* Because AddShortcut will add more than once. Fix this otherwise * Because AddShortcut will add more than once. Fix this otherwise
* on destruct we leave bad pointers in the * on destruct we leave bad pointers in the