diff --git a/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs b/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs index 6fb5602b77..d47a3a8ed7 100644 --- a/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs +++ b/BizHawk.Client.EmuHawk/tools/TAStudio/BookmarksBranchesBox.cs @@ -142,8 +142,8 @@ namespace BizHawk.Client.EmuHawk private void LoadSelectedBranch() { int index = BranchView.SelectedRows.First(); - if (CurrentBranch == index) - return; + //if (CurrentBranch == index) // if the current branch was edited, we should allow loading it. some day there might be a proper check + // return; if (SelectedBranch != null) {