changed default flywheel setting back to instanced

This commit is contained in:
Pyritie 2025-05-11 17:54:10 +01:00
parent dc0647f917
commit 92d0146ee0

View file

@ -1,6 +1,6 @@
#Select the backend to use.
#Allowed Values: OFF, BATCHING, INSTANCING
backend = "OFF"
backend = "INSTANCING"
#Enable or disable a debug overlay that colors pixels by their normal.
debugNormals = false
#Enable or disable instance update limiting with distance.