mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2025-02-16 21:08:28 +00:00
optimization
This commit is contained in:
parent
5d197cd9cf
commit
8cd3265ba5
2 changed files with 2 additions and 3 deletions
|
@ -38,7 +38,8 @@ namespace SanAndreasUnity.Utilities {
|
|||
|
||||
void OnGUI() {
|
||||
|
||||
|
||||
if (Event.current.type != EventType.Repaint)
|
||||
return;
|
||||
|
||||
if (_showFPS)
|
||||
{
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
|
||||
- Gravity setting failed to load on windows - instead of 9.81, it's loaded as 981 - maybe it happens when float.ToString() gives e
|
||||
|
||||
- Update controls window
|
||||
|
||||
- Does 'O' button changes quality level ?
|
||||
|
||||
- Highlight buttons of opened windows in pause menu
|
||||
|
|
Loading…
Add table
Reference in a new issue