diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-02-23 13:26:19 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-02-23 13:26:19 +0100 |
| commit | 767f69d60c87a039c6ab0c3bf9ba4ed171b28da4 (patch) | |
| tree | e50f09ccab375fad28b02e3cc70f02f50c72a881 | |
| parent | eeedd2061bee36f49ea20e898e8edf3676bd15b5 (diff) | |
flush
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |
