From 24ac671d93bfbac1f56beb7745e8dfba3cb2204f Mon Sep 17 00:00:00 2001 From: JordanSantiagoYT Date: Tue, 31 Oct 2023 15:14:39 -0400 Subject: [PATCH] Update PlayState.hx --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index 1cf41cf80a9..eb6830cccfb 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -77,7 +77,7 @@ import sys.io.File; #end #if VIDEOS_ALLOWED -#if (hxCodec >= "3.0.0") +#if (hxCodec >= "3.0.0" || hxCodec == "git") import hxcodec.flixel.FlxVideo as MP4Handler; #elseif (hxCodec == "2.6.1") import hxcodec.VideoHandler as MP4Handler;