remove all async_start/end calls

This commit is contained in:
2019-07-08 16:57:30 +02:00
parent 0012e2ce9b
commit f7ead8e157
19 changed files with 531 additions and 721 deletions

View File

@@ -165,6 +165,7 @@ public:
void terminate();
void clear();
void tick(float dt);
void draw(float dt);
void update(float dt);
bool update_ui_observer(Node* n);
bool vr_start();