mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-23 06:33:42 +00:00
[core] Use constexpr when possible
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
namespace df
|
||||
{
|
||||
double const kMaxAnimationTimeSec = 1.5; // in seconds
|
||||
double constexpr kMaxAnimationTimeSec = 1.5; // in seconds
|
||||
|
||||
} // namespace df
|
||||
|
||||
Reference in New Issue
Block a user