diff --git a/milepost b/milepost index 2fe683b..d9a9215 160000 --- a/milepost +++ b/milepost @@ -1 +1 @@ -Subproject commit 2fe683b79d25a1b1ef7c3b1777f651358cce09ca +Subproject commit d9a9215fa8a9920d22c5bf38994d17c7b9a0b831 diff --git a/src/main.c b/src/main.c index c1c8c2e..ce29e5d 100644 --- a/src/main.c +++ b/src/main.c @@ -540,7 +540,9 @@ void* orca_runloop(void* user) { if(event->key.code == MP_KEY_D && (event->key.mods & (MP_KEYMOD_SHIFT | MP_KEYMOD_CMD))) { + #if 0 // EPILEPSY WARNING! on windows this has a bug which causes a pretty strong stroboscopic effect debug_overlay_toggle(&app->debugOverlay); + #endif } if(eventHandlers[G_EVENT_KEY_DOWN])