ui_scene::on_key_up fix
This commit is contained in:
parent
f9894647e3
commit
fb992e20ea
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ namespace psemek::app
|
||||||
|
|
||||||
void ui_scene::on_key_up(SDL_Keycode key)
|
void ui_scene::on_key_up(SDL_Keycode key)
|
||||||
{
|
{
|
||||||
scene_base::on_key_down(key);
|
scene_base::on_key_up(key);
|
||||||
controller_.event(ui::key_press{key, false});
|
controller_.event(ui::key_press{key, false});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue