mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-05-21 14:41:10 +00:00
Fix a compile issue on HTML5 with video sprites
This commit is contained in:
parent
29c860ed43
commit
0389cd6760
2
art
2
art
|
@ -1 +1 @@
|
||||||
Subproject commit bfca2ea98d11a0f4dee4a27b9390951fbc5701ea
|
Subproject commit 1f64f3e7403a090b164f4442d10152b2be5d3d0a
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue