mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix right click->edit breakpoint
This commit is contained in:
parent
d12d3058e7
commit
49a4f9e73d
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ void CtrlBreakpointList::showBreakpointMenu(int itemIndex, const POINT &pt)
|
|||
}
|
||||
break;
|
||||
case ID_DISASM_EDITBREAKPOINT:
|
||||
editBreakpoint(index);
|
||||
editBreakpoint(itemIndex);
|
||||
break;
|
||||
case ID_DISASM_ADDNEWBREAKPOINT:
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue