From 767f69d60c87a039c6ab0c3bf9ba4ed171b28da4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 23 Feb 2022 13:26:19 +0100 Subject: flush --- main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.cpp b/main.cpp index 561fbdf2..57cd789f 100644 --- a/main.cpp +++ b/main.cpp @@ -121,8 +121,6 @@ application::application(const Arguments& arguments): for (int j = -2; j <= 2; j++) for (int i = -2; i <= 2; i++) { - if (i == 0 && j == 0) - continue; auto positions = atlas->floor_quad({(float)(sz[0]*i), (float)(sz[1]*j), 0}, sz); auto texcoords = atlas->texcoords_for_id(k % atlas->size()); auto indices_ = atlas->indices(k); -- cgit v1.2.3