Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Update FunkinSScript.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Oct 26, 2023
1 parent f7a2e89 commit 7823f17
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions source/FunkinSScript.hx
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,12 @@ import lime.app.Application;

final class FunkinSScript extends tea.SScript
{
override public function new(?scriptFile:String = "", ?preset:Bool = true)
{
super(scriptFile, preset);

traces = false;

execute();
}
public function new(?scriptFile:String = "", ?preset:Bool = true, ?startExecute:Bool = true)
{
super(scriptFile, preset, false);

execute();
}

override function preset():Void
{
Expand Down

0 comments on commit 7823f17

Please sign in to comment.