diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-07-31 20:56:23 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-07-31 20:56:29 +0200 |
commit | be41f208c6660a879818321e2904795c7d45fe3e (patch) | |
tree | 18b609910be3ca02cfbc6928d8db7c6afd0972f8 /tests/main.cpp | |
parent | 6c79d44732272b4d8a28abe89a78692a6b7c5cc4 (diff) |
Add mipmap, texture load from memory
Diffstat (limited to 'tests/main.cpp')
-rw-r--r-- | tests/main.cpp | 2 |
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)) { } |