Update dZoneManager/Raw.cpp

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Aaron Kimbrell
2026-03-20 13:03:46 -05:00
committed by GitHub
parent a1ab5958e8
commit 02b102d4fc

View File

@@ -287,7 +287,8 @@ namespace Raw {
LOG("Raw terrain bounds: X[%.2f, %.2f], Z[%.2f, %.2f]",
outRaw.minBoundsX, outRaw.maxBoundsX, outRaw.minBoundsZ, outRaw.maxBoundsZ);
}
} return true;
}
return true;
} catch (const std::exception&) {
return false;
}