mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-12 12:35:26 -05:00
Refactor and migrate ui::Menu to use ui::Transition.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
MessageState::MessageState(std::string_view message)
|
||||
: m_message(message)
|
||||
, m_transition(0, 0, 32, 32, 0, 0, 720, 256, 4)
|
||||
, m_transition(0, 0, 32, 32, 0, 0, 720, 256, ui::Transition::DEFAULT_THRESHOLD)
|
||||
{
|
||||
MessageState::initialize_static_members();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user