[add] Added ActorControllerInterface.

This commit is contained in:
2019-10-09 00:00:00 +00:00
parent 4c480abb75
commit 2fd5736587
4 changed files with 39 additions and 31 deletions

View File

@@ -38,7 +38,7 @@ int main(string[] args) {
const beat = msecs/60f * bpm;
context.OperateScheduledControllers(beat);
context.UpdateActor(vec2(0, 0));
context.actor.Update();
context.StartDrawing();