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:
@@ -27,7 +27,6 @@
|
||||
#include <LyShine/Bus/UiCanvasManagerBus.h>
|
||||
|
||||
#include <ILevelSystem.h>
|
||||
#include <I3DEngine.h>
|
||||
#include <ISystem.h>
|
||||
#include <IConsole.h>
|
||||
|
||||
@@ -59,10 +58,6 @@ namespace GameStateSamples
|
||||
{
|
||||
// Unload the currently loaded level
|
||||
levelSystem->UnloadLevel();
|
||||
if (iSystem->GetI3DEngine())
|
||||
{
|
||||
iSystem->GetI3DEngine()->LoadEmptyLevel();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user