dotnet7 compat, DLSS, network manager rewrite and other fixes
This commit is contained in:
@@ -134,6 +134,11 @@ namespace Game
|
||||
if (key == KeyboardKeys.PageUp || key == KeyboardKeys.PageDown)
|
||||
return contentBox.OnKeyDown(key);
|
||||
|
||||
#if FLAX_EDITOR
|
||||
if (key == KeyboardKeys.F5)
|
||||
return false;
|
||||
#endif
|
||||
|
||||
return base.OnKeyDown(key);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user