diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-07 09:27:52 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-12-09 05:08:48 +0100 |
commit | 459e94900d06ea79b7fb215880e336a8cba156ca (patch) | |
tree | c099f716f75c8bbb94b77d6fcf5478ae9b72e8ca /src/quads.cpp | |
parent | 142a53e157d5f1f591feb2560b2e6260e4a2a249 (diff) |
wipshit
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 801c0448..7a4cef58 100644 --- a/src/quads.cpp +++ b/src/quads.cpp @@ -2,7 +2,7 @@ namespace floormat::Quads { -std::array<UnsignedShort, 6> quad_indexes(size_t N) +indexes quad_indexes(size_t N) { using u16 = UnsignedShort; return { /* 3--1 1 */ |