From d800c0af12f77c34e5d0a3a2c8f39415ff77f82e Mon Sep 17 00:00:00 2001 From: codeeater_ <55358751+toxichead@users.noreply.github.com> Date: Mon, 26 Jul 2021 12:22:53 +0300 Subject: [PATCH] oops uncomment moment --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index be43c79..8aaa3d4 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -3984,7 +3984,7 @@ class PlayState extends MusicBeatState FlxG.stage.window.onFocusIn.add(focusIn); var ourSource:String = "assets/videos/daWeirdVid/dontDelete.webm"; - //WebmPlayer.SKIP_STEP_LIMIT = 90; + WebmPlayer.SKIP_STEP_LIMIT = 90; var str1:String = "WEBM SHIT"; webmHandler = new WebmHandler(); webmHandler.source(ourSource);