[aseprite] 59/134: Fix initialization order of DocumentExporter fields

Tobias Hansen thansen at moszumanska.debian.org
Sat Mar 14 17:10:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit 0fc02cf1808ad5c5d0d50a8704822e25e1604981
Author: David Capello <davidcapello at gmail.com>
Date:   Mon Nov 10 22:49:08 2014 -0300

    Fix initialization order of DocumentExporter fields
---
 src/app/document_exporter.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/document_exporter.cpp b/src/app/document_exporter.cpp
index 6b53765..86c16d1 100644
--- a/src/app/document_exporter.cpp
+++ b/src/app/document_exporter.cpp
@@ -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)
 {
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list