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:
@@ -1332,12 +1332,6 @@ void CUiAnimViewDialog::OnEditorNotifyEvent(EEditorNotifyEvent event)
|
||||
case eNotify_OnEndGameMode:
|
||||
m_bIgnoreUpdates = false;
|
||||
break;
|
||||
case eNotify_OnMissionChange:
|
||||
if (!m_bIgnoreUpdates)
|
||||
{
|
||||
ReloadSequences();
|
||||
}
|
||||
break;
|
||||
case eNotify_OnIdleUpdate:
|
||||
if (!m_bIgnoreUpdates)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user