mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
Comment the ASSERT in MovingPixelsState() because quick tools can make it fail.
This commit is contained in:
parent
0f0b5f7c35
commit
bb1e3dd7f0
@ -46,7 +46,7 @@ MovingPixelsState::MovingPixelsState(Editor* editor, Message* msg, PixelsMovemen
|
||||
// MovingPixelsState needs a selection tool to avoid problems
|
||||
// sharing the extra cel between the drawing cursor preview and the
|
||||
// pixels movement/transformation preview.
|
||||
ASSERT(!editor->getCurrentEditorTool()->getInk(0)->isSelection());
|
||||
//ASSERT(!editor->getCurrentEditorTool()->getInk(0)->isSelection());
|
||||
|
||||
EditorCustomizationDelegate* customization = editor->getCustomizationDelegate();
|
||||
m_pixelsMovement = pixelsMovement;
|
||||
|
Loading…
x
Reference in New Issue
Block a user