add glad to load OpenGL extensions
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user