aboutsummaryrefslogtreecommitdiff
path: root/tests/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/main.cpp')
-rw-r--r--tests/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/main.cpp b/tests/main.cpp
index f3ad539..eb134ac 100644
--- a/tests/main.cpp
+++ b/tests/main.cpp
@@ -107,7 +107,7 @@ int main(int argc, char **argv) {
mgl::Event event;
while(window.is_open()) {
if(window.poll_event(event)) {
-
+
}
window.clear(mgl::Color(0, 0, 0, 255));