Fix shortcuts (F5, F6, F11) in play mode

This commit is contained in:
stefnotch
2021-01-03 11:34:14 +01:00
parent e5286510d1
commit f59fe297ea
3 changed files with 7 additions and 13 deletions

View File

@@ -409,11 +409,6 @@ namespace FlaxEditor
{
_modules[i].OnUpdate();
}
if (Input.GetKeyDown(KeyboardKeys.F6))
{
Simulation.RequestResumeOrPause();
}
}
catch (Exception ex)
{