Browse Source

Adjust amp min comment

pull/315/head
Patrick Dulebohn 2 years ago
parent
commit
ec130140b5
  1. 2
      korman/properties/modifiers/water.py

2
korman/properties/modifiers/water.py

@ -424,7 +424,7 @@ class PlasmaWaveState:
cls.amplitude = FloatProperty(name="Amplitude", cls.amplitude = FloatProperty(name="Amplitude",
description="Multiplier for wave height", description="Multiplier for wave height",
precision=3, 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) default=cls._amplitude_default)
cls.chop = IntProperty(name="Choppiness", cls.chop = IntProperty(name="Choppiness",
description="Sharpness of wave crests", description="Sharpness of wave crests",

Loading…
Cancel
Save