mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-21 07:11:16 +00:00
Modern compiler fix
This commit is contained in:
parent
6f63c27a6f
commit
34b758bffc
@ -337,7 +337,7 @@ MxResult Act3Cop::FUN_10040360()
|
|||||||
|
|
||||||
if (local7c.LenSquared() < 144.0f) {
|
if (local7c.LenSquared() < 144.0f) {
|
||||||
local7c = a3->m_brickster->GetROI()->GetLocal2World()[3];
|
local7c = a3->m_brickster->GetROI()->GetLocal2World()[3];
|
||||||
Mx3DPointFloat local5c = a3->m_brickster->GetROI()->GetLocal2World()[2];
|
Mx3DPointFloat local5c(a3->m_brickster->GetROI()->GetLocal2World()[2]);
|
||||||
LegoPathBoundary* boundary = a3->m_brickster->GetBoundary();
|
LegoPathBoundary* boundary = a3->m_brickster->GetBoundary();
|
||||||
|
|
||||||
grec = new LegoPathEdgeContainer();
|
grec = new LegoPathEdgeContainer();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user