Fix bug in Act3Cop::FUN_10040360 (#1700)

This commit is contained in:
Christian Semmler 2025-12-29 21:37:32 -07:00 committed by GitHub
parent ae9d1cbb2b
commit f8d71532d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -375,7 +375,7 @@ MxResult Act3Cop::FUN_10040360()
MxMatrix locald0 = proi->GetLocal2World(); MxMatrix locald0 = proi->GetLocal2World();
Vector3 local88(locald0[3]); Vector3 local88(locald0[3]);
Mx3DPointFloat localec(local88); Mx3DPointFloat localec(local88);
localec -= local88; localec -= local2c;
LegoPathEdgeContainer* r2 = new LegoPathEdgeContainer(); LegoPathEdgeContainer* r2 = new LegoPathEdgeContainer();
assert(r2); assert(r2);