mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-07 09:33:51 +00:00
val.get<uint32_t>() throws on negative or > UINT32_MAX. The outer try-catch would then abort the entire JSON DBC load on a single bad cell. Read as int64_t, clamp to [0, UINT32_MAX], and zero out anything out of range — matches the per-field NaN scrub applied to floats one branch up. |
||
|---|---|---|
| .. | ||
| addons | ||
| audio | ||
| auth | ||
| core | ||
| game | ||
| math | ||
| network | ||
| pipeline | ||
| rendering | ||
| ui | ||
| main.cpp | ||