Skip to content

Commit

Permalink
Classlib: Event:processRest needs to return itself
Browse files Browse the repository at this point in the history
  • Loading branch information
James Harkins committed Mar 9, 2017
1 parent 0644f26 commit eb20050
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SCClassLibrary/Common/Streams/Rest.sc
Expand Up @@ -49,6 +49,9 @@ Rest {
}
}

+ Event {
processRest { ^this }
}

+ SimpleNumber {
// Some patterns call .delta on the eventstream's yield value
Expand Down

0 comments on commit eb20050

Please sign in to comment.