Skip to content

Commit

Permalink
add explanatory class initialization comment
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdupuis committed Nov 29, 2018
1 parent 8ef1891 commit 6fc1146
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 {
// ensure default values are available in ServerOptions
Class.initClassTree(ServerOptions);
options = ServerOptions.new;
}
Expand Down

0 comments on commit 6fc1146

Please sign in to comment.