Minor fix
This commit is contained in:
@@ -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 ();
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user