Remove I3DEngine CryCommon Interface (#567)
Delete: - I3DEngine - Missions - Time of day - GameEffectsSystem Gem - ImageProcessing Gem - SVOGI Gem - Various other things that don't do anything now that the legacy renderer has been removed.
This commit is contained in:
@@ -69,7 +69,6 @@ void CShadowsSetupNode::Animate(SAnimContext& ac)
|
||||
{
|
||||
bool val(false);
|
||||
pGsmCache->GetValue(ac.time, val);
|
||||
gEnv->p3DEngine->SetShadowsGSMCache(val);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -82,7 +81,6 @@ void CShadowsSetupNode::CreateDefaultTracks()
|
||||
//-----------------------------------------------------------------------------
|
||||
void CShadowsSetupNode::OnReset()
|
||||
{
|
||||
gEnv->p3DEngine->SetShadowsGSMCache(false);
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user