From ec130140b52d0d2b52644582c3039eafa706604f Mon Sep 17 00:00:00 2001 From: Patrick Dulebohn Date: Fri, 11 Feb 2022 16:19:54 -0500 Subject: [PATCH] Adjust amp min comment --- korman/properties/modifiers/water.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/korman/properties/modifiers/water.py b/korman/properties/modifiers/water.py index 9236e4b..51e50e8 100644 --- a/korman/properties/modifiers/water.py +++ b/korman/properties/modifiers/water.py @@ -424,7 +424,7 @@ class PlasmaWaveState: cls.amplitude = FloatProperty(name="Amplitude", description="Multiplier for wave height", precision=3, - min=0.001, max=1.000, # Minimum must be above zero for shores to work! + min=0.001, max=1.000, # Minimum must be above zero to prevent rendering problems! default=cls._amplitude_default) cls.chop = IntProperty(name="Choppiness", description="Sharpness of wave crests",