mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-06-04 14:15:53 -04:00
Three issues addressed: - NaN portal vertices break the WMO portal-frustum cull, defeating the indoor optimization and forcing the whole interior to draw. - Out-of-range portal.groupA/groupB indices walk past wmo.groups during cull; clamp to -1 (invalid) on load. - Symmetric save-side scrub so we don't persist bad in-memory data.