diff --git a/src/app/commands/cmd_rotate.cpp b/src/app/commands/cmd_rotate.cpp index 73ec11222..a8906e79f 100644 --- a/src/app/commands/cmd_rotate.cpp +++ b/src/app/commands/cmd_rotate.cpp @@ -237,9 +237,6 @@ void RotateCommand::onExecute(Context* context) rotateSprite = true; } - if (cels.empty()) // Nothing to do - return; - ContextReader reader(context); { RotateJob job(reader, m_angle, cels, rotateSprite);