Skip to content

Commit

Permalink
Scene_Debug: Fix a small copypaste error
Browse files Browse the repository at this point in the history
  • Loading branch information
florianessl committed May 13, 2024
1 parent a5f3adb commit 2d87d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scene_debug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ void Scene_Debug::Pop() {
break;
case eUiInterpreterView:
interpreter_window->SetActive(true);
numberinput_window->SetNumber(frame.value);
interpreter_window->SetIndex(frame.value - 1);
var_window->SetVisible(false);
interpreter_window->SetVisible(true);
break;
Expand Down

0 comments on commit 2d87d43

Please sign in to comment.