Skip to content

Commit 28e778d

Browse files
committed
add HEAT_WAVE_BOTH
1 parent acb2bd6 commit 28e778d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/Shaders.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,6 +1496,7 @@ class WiggleEffectLua extends Effect
14961496
case 'horizontal' | 'heatwavehorizontal': HEAT_WAVE_HORIZONTAL;
14971497
case 'vertical' | 'heatwavevertical': HEAT_WAVE_VERTICAL;
14981498
case 'flag': FLAG;
1499+
case 'both' | 'heatwaveboth': HEAT_WAVE_BOTH;
14991500
default: DREAMY;
15001501
}
15011502
}

0 commit comments

Comments
 (0)