optimization

This commit is contained in:
in0finite 2019-07-09 21:23:57 +02:00
parent 5d197cd9cf
commit 8cd3265ba5
2 changed files with 2 additions and 3 deletions

View file

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

View file

@ -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