summaryrefslogtreecommitdiffhomepage
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-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);