Browse Source

Editor helpers / Icons are off by default. This improves fps from 25 to 35 on my machine

Signed-off-by: Adam Dabrowski <[email protected]>
Adam Dabrowski 2 years ago
parent
commit
adcb022896
1 changed files with 14 additions and 0 deletions
  1. 14 0
      Project/Registry/editorhelpersvisibility.setreg

+ 14 - 0
Project/Registry/editorhelpersvisibility.setreg

@@ -0,0 +1,14 @@
+{
+    "Amazon": 
+    {
+        "Preferences": 
+        {
+            "Editor": 
+            {
+                "IconsVisible": false,
+                "HelpersVisible": false
+            }
+        }
+    }
+}
+