mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2025-02-16 21:08:28 +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() {
|
void OnGUI() {
|
||||||
|
|
||||||
if (Event.current.type != EventType.Repaint)
|
// if (Event.current.type != EventType.Repaint)
|
||||||
return;
|
// return;
|
||||||
|
|
||||||
if (_showFPS)
|
if (_showFPS)
|
||||||
{
|
{
|
||||||
|
|
|
@ -20,8 +20,6 @@
|
||||||
|
|
||||||
- Does 'O' button changes quality level ?
|
- 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 ;
|
- Script execution order: HUD before pause menu and windows ; fps counter after all ;
|
||||||
|
|
||||||
- Add option to change fixed delta time ?
|
- Add option to change fixed delta time ?
|
||||||
|
|
Loading…
Add table
Reference in a new issue