Skip to content

Commit

Permalink
ah.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubberduckycooly committed Oct 9, 2022
1 parent ca35fca commit 3c4c3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RSDKv5/RSDK/Graphics/SDL2/SDL2RenderDevice.cpp
Expand Up @@ -908,7 +908,7 @@ void RenderDevice::ProcessEvent(SDL_Event event)
break;

#if !RETRO_USE_ORIGINAL_CODE
case SDL_SCANCODE_F8:
case SDL_SCANCODE_F4:
if (engine.devMenu)
engine.showEntityInfo ^= 1;
break;
Expand Down

0 comments on commit 3c4c3e0

Please sign in to comment.