mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-05 07:27:02 +00:00
Add RROR_LOG_REPORT for vertices without position
This commit is contained in:
parent
c0eaa665d5
commit
b2a033b7e0
@ -764,7 +764,9 @@ void VertexDecoder::SetVertexType(u32 fmt) {
|
||||
}
|
||||
decFmt.posoff = decOff;
|
||||
decOff += DecFmtSize(decFmt.posfmt);
|
||||
}
|
||||
} else
|
||||
ERROR_LOG_REPORT(G3D, "Vertices without position found")
|
||||
|
||||
decFmt.stride = decOff;
|
||||
|
||||
size = align(size, biggest);
|
||||
|
Loading…
Reference in New Issue
Block a user