Skip to content

Commit

Permalink
Update PlayState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSantiagoYT committed Oct 31, 2023
1 parent 14133d6 commit 24ac671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 24ac671

Please sign in to comment.