Qt build fix

This commit is contained in:
Xele02 2013-03-25 21:28:07 +01:00
parent 0efb560e26
commit 73baa8a779

View file

@ -1665,7 +1665,7 @@ void Debugger_DisplayList::UpdateVertexInfo()
VertexDecoder vtcDec;
vtcDec.SetVertexType(state.vertType);
u8* tmp = new u8[20*vtcDec.GetDecVtxFmt().stride];
vtcDec.DecodeVerts(tmp,Memory::GetPointer(vaddr),0,0,0,0,19);
vtcDec.DecodeVerts(tmp,Memory::GetPointer(vaddr),0,19);
VertexReader vtxRead(tmp,vtcDec.GetDecVtxFmt(),state.vertType);
for(int i = 0; i < maxVtxDisplay; i++)