[add] Added PostEffectController.

This commit is contained in:
2019-10-09 00:00:00 +00:00
parent 2fd5736587
commit 1e6ebe97ce
6 changed files with 105 additions and 6 deletions

View File

@@ -39,6 +39,7 @@ int main(string[] args) {
context.OperateScheduledControllers(beat);
context.actor.Update();
context.posteffect.Update();
context.StartDrawing();