Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
vitreo12 committed Apr 18, 2021
2 parents 69d250c + 047afed commit f053768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnicolliderpkg/Static/Omni_PROTO.sc.nim
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var OMNI_PROTO_SC = """
Omni_PROTO : UGen {
*kr {
//args
((this.class).asString.replace("Meta_", "") ++ ": an Omni generated UGen does not provide a kr method. Returning 0.").error;
((this.class).asString.replace("Meta_", "") ++ ": Omni generated UGens do not provide a kr method. Returning 0.").error;
^(0);
}
*ar {
Expand Down

0 comments on commit f053768

Please sign in to comment.