add glad to load OpenGL extensions

This commit is contained in:
2019-07-09 11:07:01 +02:00
parent 81b62d9a27
commit 4cbf0c47b4
20 changed files with 65 additions and 209 deletions

View File

@@ -39,7 +39,7 @@
void Node::app_redraw()
{
App::I.redraw = true;
App::I.ui_task([] { App::I.redraw = true; });
}
void Node::watch(std::function<bool(Node*)> observer)