1
0
mirror of https://github.com/SFML/SFML.git synced 2025-03-27 00:16:02 +08:00
ZXShady c8dbd65ff5 use if constexpr instead of a switch statement
The condition is a constant expression, it makes more sense here to use `if constexpr`
2024-10-01 00:00:48 -06:00
..