summaryrefslogtreecommitdiff
path: root/examples/triangle.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/triangle.c')
-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;