Skip to content

Commit

Permalink
fixed attenuation bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
wanderlandeurasiers committed Apr 5, 2023
1 parent 55dc0c3 commit 9fdb3f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions panels/cloud_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ class STRATUS_CloudProperties(PropertyGroup):
description = "",
default = 0.5,
max = 10.0,
min = 0.0,
min = 0.01,
update=update_prop
)

Expand Down Expand Up @@ -345,7 +345,7 @@ class STRATUS_CloudProperties(PropertyGroup):
description = "",
default = 0.5,
max = 10.0,
min = 0.0,
min = 0.01,
update=update_prop
)

Expand Down

0 comments on commit 9fdb3f1

Please sign in to comment.