mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 17:40:01 +00:00
Fix initialization order of DocumentExporter fields
This commit is contained in:
parent
16be1718b5
commit
0fc02cf180
@ -203,8 +203,8 @@ DocumentExporter::DocumentExporter()
|
||||
, m_textureWidth(0)
|
||||
, m_textureHeight(0)
|
||||
, m_texturePack(false)
|
||||
, m_scaleMode(DefaultScaleMode)
|
||||
, m_scale(1.0)
|
||||
, m_scaleMode(DefaultScaleMode)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user