Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubpa committed Jul 31, 2020
1 parent aefb9f6 commit 78a73b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public:
using System::System;

virtual void OnUpdate(Schedule& schedule) override {
schedule.Request(
schedule.Register(
[](const Velocity* v, Position* p) {
p->val += v->val;
},
Expand Down

0 comments on commit 78a73b5

Please sign in to comment.