diff --git a/source/ModchartState.hx b/source/ModchartState.hx index e932fdd..d3b8e53 100644 --- a/source/ModchartState.hx +++ b/source/ModchartState.hx @@ -617,7 +617,7 @@ class ModchartState Lua_helper.add_callback(lua,"tweenFadeOut", function(id:String, toAlpha:Float, time:Float, onComplete:String) { FlxTween.tween(getActorByName(id), {alpha: toAlpha}, time, {ease: FlxEase.circOut, onComplete: function(flxTween:FlxTween) { if (onComplete != '' && onComplete != null) {callLua(onComplete,[id]);}}}); }); - +//forgot and accidentally commit to master branch // shader /*Lua_helper.add_callback(lua,"createShader", function(frag:String,vert:String) {