aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-07-31 20:56:23 +0200
committerdec05eba <dec05eba@protonmail.com>2024-07-31 20:56:29 +0200
commitbe41f208c6660a879818321e2904795c7d45fe3e (patch)
tree18b609910be3ca02cfbc6928d8db7c6afd0972f8 /tests
parent6c79d44732272b4d8a28abe89a78692a6b7c5cc4 (diff)
Add mipmap, texture load from memory
Diffstat (limited to 'tests')
-rw-r--r--tests/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/main.cpp b/tests/main.cpp
index eb134ac..72737b5 100644
--- a/tests/main.cpp
+++ b/tests/main.cpp
@@ -106,7 +106,7 @@ int main(int argc, char **argv) {
mgl::Event event;
while(window.is_open()) {
- if(window.poll_event(event)) {
+ while(window.poll_event(event)) {
}