mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 15:07:41 +00:00
Work on CStateManager::InitializeState flow
This commit is contained in:
@@ -77,7 +77,7 @@ void CCameraManager::Update(float dt, CStateManager& stateMgr)
|
||||
it = x18_shakers.erase(it);
|
||||
continue;
|
||||
}
|
||||
x30_shakeOffset += it->GeneratePoint(dt, *stateMgr.GetActiveRandom());
|
||||
x30_shakeOffset += it->GeneratePoint(dt, stateMgr.GetActiveRandom());
|
||||
++it;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user