diff --git a/src/commands/cmd_frame_properties.cpp b/src/commands/cmd_frame_properties.cpp index 4c0fcd8d5..c155344a6 100644 --- a/src/commands/cmd_frame_properties.cpp +++ b/src/commands/cmd_frame_properties.cpp @@ -112,7 +112,7 @@ void FramePropertiesCommand::onExecute(Context* context) if (m_target == ALL_FRAMES) frame->setText("All"); else - frame->setTextf("%d", (int)sprite_frame); + frame->setTextf("%d", (int)sprite_frame+1); frlen->setTextf("%d", sprite->getFrameDuration(sprite->getCurrentFrame()));