Skip to content

Commit

Permalink
Actually add the clearInterval lua actor method
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram authored Dec 2, 2018
1 parent ffee38b commit 21f1984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2784,6 +2784,7 @@ class LunaActor : public Luna<Actor>
ADD_METHOD(name);
ADD_METHOD(setInterval);
ADD_METHOD(setTimeout);
ADD_METHOD(clearInterval);
ADD_METHOD(name);
ADD_METHOD(sleep);
ADD_METHOD(linear);
Expand Down

0 comments on commit 21f1984

Please sign in to comment.