1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2025-02-11 14:02:51 +00:00

Merge branch 'bugfix/html5-video-error' into rewrite/master

This commit is contained in:
Cameron Taylor 2024-09-23 18:47:48 -04:00
commit f6697f8ddc
2 changed files with 3 additions and 1 deletions

2
art

@ -1 +1 @@
Subproject commit bfca2ea98d11a0f4dee4a27b9390951fbc5701ea Subproject commit 1f64f3e7403a090b164f4442d10152b2be5d3d0a

View file

@ -1,5 +1,6 @@
package funkin.graphics.video; package funkin.graphics.video;
#if hxcodec
import hxcodec.flixel.FlxVideoSprite; import hxcodec.flixel.FlxVideoSprite;
/** /**
@ -30,3 +31,4 @@ class FunkinVideoSprite extends FlxVideoSprite
return volume; return volume;
} }
} }
#end