Skip to content

Commit 5eb9204

Browse files
authored
BhobUGens: Remove duplicate variable 'h'
1 parent d506695 commit 5eb9204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/BhobUGens/sc/classes/ChaosPatterns.sc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Platoo : Pattern {
4343
}
4444

4545
Plorenz : Pattern {
46-
var <>s, <>r, <>b, <>h, <>x, <>y, <>z, <>h;
46+
var <>s, <>r, <>b, <>h, <>x, <>y, <>z;
4747
*new {|s=10, r=28, b=2.66666666667, h=0.01, x=0.090879182417163, y=2.97077458055, z=24.282041054363|
4848
^super.newCopyArgs(s, r, b, h, x, y, z);
4949
}
@@ -161,4 +161,4 @@ Pfhn : Pattern {
161161
}
162162
^inval
163163
}
164-
}
164+
}

0 commit comments

Comments
 (0)