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:
commit
f6697f8ddc
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