diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-08 03:49:00 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-09 05:12:02 +0100 |
| commit | 217292f6da87bf4fba3d6590b3a337ba152c2ff7 (patch) | |
| tree | 1deec13f00008fca8a169b1e7b092af3fd5e2631 /src/quads.cpp | |
| parent | 108e9e17dbee028eeb8530f99b1167b7c30c01ae (diff) | |
w
Diffstat (limited to 'src/quads.cpp')
| -rw-r--r-- | src/quads.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quads.cpp b/src/quads.cpp index 7a4cef58..801c0448 100644 --- a/src/quads.cpp +++ b/src/quads.cpp @@ -2,7 +2,7 @@ namespace floormat::Quads { -indexes quad_indexes(size_t N) +std::array<UnsignedShort, 6> quad_indexes(size_t N) { using u16 = UnsignedShort; return { /* 3--1 1 */ |
