Clear unknowns LegoCameraController (#1647)

This commit is contained in:
Fabian Neundorf
2025-07-21 22:18:59 +02:00
committed by GitHub
parent b1dcc26d79
commit fd299137ff
8 changed files with 25 additions and 25 deletions

View File

@@ -194,7 +194,7 @@ void LegoEntity::FUN_10010c30()
LegoWorld* world = CurrentWorld();
if (m_cameraFlag && world && world->GetCameraController() && m_roi) {
world->GetCameraController()->FUN_100123e0(m_roi->GetLocal2World(), 1);
world->GetCameraController()->TransformPointOfView(m_roi->GetLocal2World(), 1);
}
}