diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 13:36:27 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-01-11 13:36:27 +0100 |
commit | 2c305bfa65c43ea7f4849999a4a809610754ce80 (patch) | |
tree | 50f2cbecc297747994b418be7a288382fcddc90a /src/critter.cpp | |
parent | 8da414ed881af4f30905c1e20fc4d579ed1fb2f1 (diff) |
zz
Diffstat (limited to 'src/critter.cpp')
-rw-r--r-- | src/critter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/critter.cpp b/src/critter.cpp index b835c721..a40af28f 100644 --- a/src/critter.cpp +++ b/src/critter.cpp @@ -76,8 +76,8 @@ constexpr std::array<rotation, 3> rotation_to_similar(rotation r) case SW: return { SW, S, W }; case W: return { W, SW, NW }; case NW: return { NW, W, N }; - default: std::unreachable(); } + std::unreachable(); } } // namespace |