Documentation fix

This commit is contained in:
Joshua Granick
2018-04-03 17:54:45 -07:00
parent f6af8eb07c
commit 5866bb35cb

View File

@@ -75,7 +75,9 @@ class AudioManager {
var timer = new Timer (100); var timer = new Timer (100);
timer.run = function () { timer.run = function () {
#if (!macro && lime_cffi)
NativeCFFI.lime_al_cleanup (); NativeCFFI.lime_al_cleanup ();
#end
}; };
#end #end