[add] Added a background controller.

This commit is contained in:
2019-10-07 00:00:00 +00:00
parent 58621115e0
commit f8c1793dfc
6 changed files with 203 additions and 6 deletions

View File

@@ -39,6 +39,7 @@ int main(string[] args) {
context.OperateScheduledControllers(beat);
gl.Clear(GL_COLOR_BUFFER_BIT);
context.DrawBackground();
context.DrawElements();
sfWindow_display(win);
}