Skip to content

Commit

Permalink
fixed compilation >_>
Browse files Browse the repository at this point in the history
  • Loading branch information
Doraku committed Feb 4, 2024
1 parent 8091e16 commit bdb09ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public FlecsNetBaseContext()
World = World.Create();
}

public virtual void Dispose()
public void Dispose()
{
World.Dispose();
}
Expand Down

0 comments on commit bdb09ac

Please sign in to comment.