[aseprite] 49/128: Fix compilation error introduced in 119c87873f4660e4553aecc0d4ad2ae59e016fa5
Tobias Hansen
thansen at moszumanska.debian.org
Mon May 9 21:24:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository aseprite.
commit 8e233878b67e72b156208390b977aa636d841632
Author: David Capello <davidcapello at gmail.com>
Date: Thu Apr 21 14:52:16 2016 -0300
Fix compilation error introduced in 119c87873f4660e4553aecc0d4ad2ae59e016fa5
---
src/she/win/window.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/she/win/window.h b/src/she/win/window.h
index 9e5f4f5..28e59cd 100644
--- a/src/she/win/window.h
+++ b/src/she/win/window.h
@@ -633,13 +633,14 @@ namespace she {
case 4:
m_pointerType = PointerType::Pen;
break;
- case 2
+ case 2:
case 5:
m_pointerType = PointerType::Eraser;
break;
default:
m_pointerType = PointerType::Unknown;
break;
+ }
}
else
m_pointerType = PointerType::Unknown;
--
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