mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 01:20:17 +00:00
Fix compilation error introduced in 119c87873f4660e4553aecc0d4ad2ae59e016fa5
This commit is contained in:
parent
ac6d930d08
commit
8e233878b6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user