mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Fix debug pixel at primitive and event message mixing parameter order up
This commit is contained in:
committed by
Baldur Karlsson
parent
cd897063e3
commit
a214ffcaf3
@@ -848,8 +848,8 @@ void PixelHistoryView::on_events_customContextMenuRequested(const QPoint &pos)
|
||||
debugText = tr("&Debug Pixel (%1, %2) primitive %3 at Event %4")
|
||||
.arg(m_Pixel.x())
|
||||
.arg(m_Pixel.y())
|
||||
.arg(tag.eventId)
|
||||
.arg(tag.primitive);
|
||||
.arg(tag.primitive)
|
||||
.arg(tag.eventId);
|
||||
|
||||
contextMenu.addAction(&jumpAction);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user