mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-01-11 10:31:16 +00:00
* Fix UB in software renderer One cannot access elements of the vector that don't exist. `reserve` allocates memory, but doesn't add elements. `D3DRMVERTEX& dst = m_transformedVerts[i];` is UB and crashes on Windows debug build * Update renderer.cpp |
||
|---|---|---|
| .. | ||
| include/miniwin | ||
| src | ||
| CMakeLists.txt | ||