remove all async_start/end calls
This commit is contained in:
@@ -266,9 +266,6 @@ public:
|
||||
const Node* init_template(const char* id);
|
||||
void tick(float dt);
|
||||
void app_redraw();
|
||||
void async_start();
|
||||
void async_update();
|
||||
void async_end();
|
||||
void add_child(Node* n);
|
||||
void add_child(Node* n, int index);
|
||||
void add_child(std::shared_ptr<Node> n);
|
||||
|
||||
Reference in New Issue
Block a user