mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 02:27:43 +00:00
Additional CStateManager imps
This commit is contained in:
@@ -297,4 +297,10 @@ void CCameraManager::ProcessInput(const CFinalInput& input, CStateManager& state
|
||||
cam.ProcessInput(input, stateMgr);
|
||||
}
|
||||
}
|
||||
|
||||
void CCameraManager::RenderCameras(const CStateManager& mgr)
|
||||
{
|
||||
for (CEntity* cam : mgr.GetCameraObjectList())
|
||||
static_cast<CGameCamera*>(cam)->Render(mgr);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user