Skip to content

Commit

Permalink
I forgot to update the main constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
AnErrupTion committed Dec 18, 2022
1 parent b93409d commit 19d9897
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/XSharp/XSharp/Assembler/Gen1/Assembler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ public Assembler()
{
mCurrentInstance = this;
mInstances.Push(this);

Separator = ",";
AddSymbol = "+";
}

public Assembler(bool aFormat = false) : this()
Expand Down

0 comments on commit 19d9897

Please sign in to comment.