[aseprite] 140/250: Change GPU acceleration setting before the display scale

Tobias Hansen thansen at moszumanska.debian.org
Sun Dec 20 15:27:22 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 e3f06889459ac6455d273ac33fd6ce1c8e407bfd
Author: David Capello <davidcapello at gmail.com>
Date:   Tue Oct 6 17:13:50 2015 -0300

    Change GPU acceleration setting before the display scale
---
 src/app/commands/cmd_options.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/commands/cmd_options.cpp b/src/app/commands/cmd_options.cpp
index 93ba117..76ddf9b 100644
--- a/src/app/commands/cmd_options.cpp
+++ b/src/app/commands/cmd_options.cpp
@@ -255,8 +255,8 @@ public:
     if (reset_screen) {
       ui::Manager* manager = ui::Manager::getDefault();
       she::Display* display = manager->getDisplay();
-      display->setScale(newScreenScale);
       she::instance()->setGpuAcceleration(newGpuAccel);
+      display->setScale(newScreenScale);
       manager->setDisplay(display);
     }
   }

-- 
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