Compile fix

This commit is contained in:
Joshua Granick
2017-01-18 15:50:18 -08:00
parent cfa8f2fb20
commit 8d9453cbbb
2 changed files with 5 additions and 1 deletions

View File

@@ -215,6 +215,8 @@ class NativeAudioSource {
private function refillBuffers (buffers:Array<ALBuffer> = null):Void {
#if lime_vorbis
var vorbisFile = null;
var position = 0;
@@ -273,6 +275,8 @@ class NativeAudioSource {
}
#end
}