summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-17 16:49:11 +1100
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-17 16:49:11 +1100
commit3e1aea0243f54e0b68baa3b19ac19f3d965484e0 (patch)
tree9f6e6d691be59ed328ffd716a0f56a2e33dbdf3d /examples
parent16afbddeada7161e931dc261d3404bb5bbc1743d (diff)
start on metal backend
Diffstat (limited to 'examples')
-rw-r--r--examples/triangle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/triangle.c b/examples/triangle.c
index 83da5e4..ccbcea3 100644
--- a/examples/triangle.c
+++ b/examples/triangle.c
@@ -6,7 +6,7 @@ int main() {
core_bringup("Celeritas Example: Triangle", NULL);
while (!app_should_exit()) {
- //
+ glfwPollEvents();
}
return 0;