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);