1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 03:13:45 +00:00

Fix a compile issue on HTML5 with video sprites

This commit is contained in:
EliteMasterEric 2024-09-23 14:45:12 -04:00
parent 29c860ed43
commit 0389cd6760
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;
#if hxcodec
import hxcodec.flixel.FlxVideoSprite;
/**
@ -30,3 +31,4 @@ class FunkinVideoSprite extends FlxVideoSprite
return volume;
}
}
#end