mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-07 01:23:52 +00:00
WoB allows uint32 indices but WMO format is uint16. The previous static_cast would silently wrap a >65k index into a wrong-but- valid value — producing visible mis-stitched triangles in the renderer. Now log a warning once per group and clamp to 0 (degenerate triangle) so the bug is visible. |
||
|---|---|---|
| .. | ||
| addons | ||
| audio | ||
| auth | ||
| core | ||
| game | ||
| math | ||
| network | ||
| pipeline | ||
| rendering | ||
| ui | ||
| main.cpp | ||