GPU: Move Ambient Lighting into a title section (#2295)

GPU: Move Ambient Lighting into a title section
This commit is contained in:
Owain van Brakel
2020-01-29 14:54:58 +01:00
committed by GitHub

View File

@@ -207,7 +207,8 @@ public interface GpuPluginConfig extends Config
keyName = "ambientLighting",
name = "Ambient Lighting",
description = "Produces global lighting based on current fog color",
position = 14
position = 14,
titleSection = "effectsTitle"
)
default boolean ambientLighting()
{