Skip to content

Commit

Permalink
initialize SeverOptions in Score.initClass
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdupuis committed Oct 18, 2018
1 parent 230258a commit 85e4783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SCClassLibrary/Common/Control/Score.sc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Score {
classvar <>program, <>options;

*initClass {
Class.initClassTree(ServerOptions);
options = ServerOptions.new;
}

Expand Down

0 comments on commit 85e4783

Please sign in to comment.