summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-02-23 13:26:19 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-02-23 13:26:19 +0100
commit767f69d60c87a039c6ab0c3bf9ba4ed171b28da4 (patch)
treee50f09ccab375fad28b02e3cc70f02f50c72a881
parenteeedd2061bee36f49ea20e898e8edf3676bd15b5 (diff)
flush
-rw-r--r--main.cpp2
1 files changed, 0 insertions, 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);