Skip to content

Commit

Permalink
One more Qt buildfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknownbrackets committed Nov 5, 2015
1 parent ac31c66 commit d2701d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Qt/Debugger/debugger_displaylist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ QString Debugger_DisplayList::DisassembleOp(u32 pc, u32 op, u32 prev, const GPUg
case GE_CMD_VIEWPORTYSCALE:
case GE_CMD_VIEWPORTXCENTER:
case GE_CMD_VIEWPORTYCENTER:
return QString("Viewport param %1: %2").arg(cmd-GE_CMD_VIEWPORTX1).arg(getFloat24(data));
return QString("Viewport param %1: %2").arg(cmd-GE_CMD_VIEWPORTXSCALE).arg(getFloat24(data));
break;
case GE_CMD_VIEWPORTZSCALE:
{
Expand Down

0 comments on commit d2701d7

Please sign in to comment.