mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-22 12:03:04 +00:00
revert
This commit is contained in:
parent
e5f704e524
commit
3a6146d12c
2 changed files with 2 additions and 4 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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 ?
|
||||
|
|
Loading…
Reference in a new issue