Fix minimap industry blinking rate

This commit is contained in:
dP
2025-06-16 12:51:47 +05:00
parent 02d6792570
commit fb38a2ef46
4 changed files with 6 additions and 27 deletions

View File

@@ -32,4 +32,7 @@ public:
};
};
/** Interval used by blinking interface elements. */
static constexpr std::chrono::milliseconds TIMER_BLINK_INTERVAL{450};
#endif /* TIMER_WINDOW_H */