mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-22 20:36:22 +02:00
Merge pull request #20797 from jonkadelic/master
GEDebugger: fixed Verts tab displaying Invalid
This commit is contained in:
@@ -169,7 +169,7 @@ int CtrlVertexList::GetRowCount() {
|
||||
// TODO: Maybe there are smarter ways? Also, is this the best place to recalc?
|
||||
auto state = gpuDebug->GetGState();
|
||||
|
||||
int rowCount_ = gpuDebug->GetCurrentPrimCount();
|
||||
rowCount_ = gpuDebug->GetCurrentPrimCount();
|
||||
if (!gpuDebug->GetCurrentDrawAsDebugVertices(rowCount_, vertices, indices)) {
|
||||
rowCount_ = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user