diff options
| author | robojumper <robojumper@gmail.com> | 2025-03-27 23:02:44 +0100 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-03-27 23:02:44 +0100 |
| commit | 87ab862b9129c9e25457f1c87a102c92fa266f0b (patch) | |
| tree | 7953cca49f0b755f77ef6c3adef475909f19ae22 /src/egg/gfx/eggModelEx.cpp | |
| parent | 8c4f34add715b30b67829cbe378ec04557dea566 (diff) | |
AnalizeDL mostly OK
Diffstat (limited to 'src/egg/gfx/eggModelEx.cpp')
| -rw-r--r-- | src/egg/gfx/eggModelEx.cpp | 2 |
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; } |
