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:
@@ -40,7 +40,6 @@ struct MockGlobalEnvironment
|
||||
m_stubEnv.pCryPak = &m_stubPak;
|
||||
m_stubEnv.pConsole = &m_stubConsole;
|
||||
m_stubEnv.pSystem = &m_stubSystem;
|
||||
m_stubEnv.p3DEngine = nullptr;
|
||||
gEnv = &m_stubEnv;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user