Skip to content

Commit f671c35

Browse files
authored
insert every end song
1 parent 438797e commit f671c35

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/engine/mobile/psychlua/Functions.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class MobileFunctions
9696
return FunkinLua.luaTrace('vibrate: No duration specified.');
9797
else if (period == null)
9898
period = 0;
99-
return Haptic.vibrate(period, duration, amplitude);
99+
return Haptic.vibrate(period, duration #if android, amplitude #end);
100100
});
101101

102102
funk.set("addTouchPad", (DPadMode:String, ActionMode:String) ->

0 commit comments

Comments
 (0)