gpu: ambient lighting - disabled by default

This commit is contained in:
TheRealNull
2020-01-23 02:36:35 -05:00
parent f2400b592e
commit 277fa2221b

View File

@@ -211,6 +211,6 @@ public interface GpuPluginConfig extends Config
)
default boolean ambientLighting()
{
return true;
return false;
}
}