Skip to content
This repository was archived by the owner on Aug 29, 2022. It is now read-only.

Commit 5156193

Browse files
committed
merged
1 parent 39a17f8 commit 5156193

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/PlayState.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5377,6 +5377,7 @@ class PlayState extends MusicBeatState
53775377

53785378
setOnLuas('curSection', curSection);
53795379
callOnLuas('onSectionHit', []);
5380+
callOnHScripts('sectionHit', [curSection]);
53805381
}
53815382

53825383
public function callOnLuas(event:String, args:Array<Dynamic>, ignoreStops=false, ?exclusions:Array<String>):Dynamic {

0 commit comments

Comments
 (0)