mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-13 04:55:18 -05:00
Change AppState to BaseState. Update headers.
This commit is contained in:
@@ -7,7 +7,7 @@ namespace
|
||||
constexpr uint64_t TICKS_GLYPH_TRIGGER = 50;
|
||||
} // namespace
|
||||
|
||||
BaseTask::BaseTask() : AppState(false)
|
||||
BaseTask::BaseTask() : BaseState(false)
|
||||
{
|
||||
m_frameTimer.start(TICKS_GLYPH_TRIGGER);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user