summaryrefslogtreecommitdiff
path: root/src/egg/gfx/eggModelEx.cpp
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-03-27 23:02:44 +0100
committerrobojumper <robojumper@gmail.com>2025-03-27 23:02:44 +0100
commit87ab862b9129c9e25457f1c87a102c92fa266f0b (patch)
tree7953cca49f0b755f77ef6c3adef475909f19ae22 /src/egg/gfx/eggModelEx.cpp
parent8c4f34add715b30b67829cbe378ec04557dea566 (diff)
AnalizeDL mostly OK
Diffstat (limited to 'src/egg/gfx/eggModelEx.cpp')
-rw-r--r--src/egg/gfx/eggModelEx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg/gfx/eggModelEx.cpp b/src/egg/gfx/eggModelEx.cpp
index 6a6e4cd2..daa9d196 100644
--- a/src/egg/gfx/eggModelEx.cpp
+++ b/src/egg/gfx/eggModelEx.cpp
@@ -72,7 +72,7 @@ void ModelEx::getShapeMinMax(u16 shapeIndex, math::VEC3 *pMin, math::VEC3 *pMax,
bool firstIteration = true;
AnalizeDL::Status status;
- while ((status = analyze.step()) != AnalizeDL::STATUS_ERROR) {
+ while ((status = analyze.step()) != AnalizeDL::STATUS_END) {
if (status != AnalizeDL::STATUS_VTX) {
continue;
}