This commit is contained in:
in0finite 2019-07-09 22:12:12 +02:00
parent e5f704e524
commit 3a6146d12c
2 changed files with 2 additions and 4 deletions

View file

@ -38,8 +38,8 @@ namespace SanAndreasUnity.Utilities {
void OnGUI() {
if (Event.current.type != EventType.Repaint)
return;
// if (Event.current.type != EventType.Repaint)
// return;
if (_showFPS)
{

View file

@ -20,8 +20,6 @@
- Does 'O' button changes quality level ?
- Highlight buttons of opened windows in pause menu
- Script execution order: HUD before pause menu and windows ; fps counter after all ;
- Add option to change fixed delta time ?