mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-12 20:45:11 -05:00
Change AppState to BaseState. Update headers.
This commit is contained in:
@@ -20,7 +20,7 @@ void ProgressState::update()
|
||||
}
|
||||
else if (!m_task.is_running())
|
||||
{
|
||||
AppState::deactivate();
|
||||
BaseState::deactivate();
|
||||
}
|
||||
|
||||
m_progressBarWidth = std::ceil(656.0f * m_task.get_current());
|
||||
|
||||
Reference in New Issue
Block a user