Minor tweak to electricity effect
This commit is contained in:
parent
6a0c4d6f37
commit
b18728c684
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
constexpr int CYLINDER_SUB_COUNT_MAX = 3;
|
||||
constexpr int CYLINDER_SPLIT_COUNT = 3;
|
||||
constexpr int CYLINDER_SIDES = 8;
|
||||
constexpr int CYLINDER_SIDES = 3;
|
||||
constexpr float CYLINDER_MAX_RADIUS = 0.03F;
|
||||
constexpr float CYLINDER_EDGE_OFFSET = 0.01F;
|
||||
|
||||
|
|
Loading…
Reference in a new issue