Minor fix

This commit is contained in:
Joshua Granick
2018-04-03 17:09:44 -07:00
parent c9b28de490
commit d7dfbd4a7f

View File

@@ -74,11 +74,10 @@ class AudioManager {
} }
#if (ios || tvos) #if (ios || tvos || mac)
var timer = new Timer (100); var timer = new Timer (100);
timer.run = function () { timer.run = function () {
trace ("run cleanup");
NativeCFFI.lime_al_cleanup (); NativeCFFI.lime_al_cleanup ();
}; };