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:
parent
29c860ed43
commit
0389cd6760
2
art
2
art
|
@ -1 +1 @@
|
|||
Subproject commit bfca2ea98d11a0f4dee4a27b9390951fbc5701ea
|
||||
Subproject commit 1f64f3e7403a090b164f4442d10152b2be5d3d0a
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue