Skip to content

Commit

Permalink
code refine
Browse files Browse the repository at this point in the history
  • Loading branch information
K1ngst0m committed Jan 14, 2024
1 parent b284660 commit d4cce84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engine/wsi/wsi_sdl2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ bool WSI::update()
case SDL_KEYUP:
{
state = KeyState::Released;
EventManager::GetInstance().pushEvent(KeyboardEvent{gkey, state});
}
break;
}
Expand Down

0 comments on commit d4cce84

Please sign in to comment.