mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-05 21:57:20 +00:00
Fix member initialization order in PlayState
This commit is contained in:
parent
45f4d30450
commit
ed144aac3d
@ -24,8 +24,8 @@ using namespace ui;
|
||||
|
||||
PlayState::PlayState()
|
||||
: m_playTimer(10)
|
||||
, m_pingPongForward(true)
|
||||
, m_nextFrameTime(-1)
|
||||
, m_pingPongForward(true)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user