Merge branch 'development' into cmake/linux_fix_warn_unused
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> # Conflicts: # Code/Editor/Objects/TrackGizmo.cpp
This commit is contained in:
@@ -624,8 +624,6 @@ struct SSystemGlobalEnvironment
|
||||
ISystem* pSystem = nullptr;
|
||||
ILog* pLog;
|
||||
IMovieSystem* pMovieSystem;
|
||||
INameTable* pNameTable;
|
||||
IRenderer* pRenderer;
|
||||
ILyShine* pLyShine;
|
||||
SharedEnvironmentInstance* pSharedEnvironment;
|
||||
|
||||
@@ -852,7 +850,6 @@ struct ISystem
|
||||
//
|
||||
virtual IViewSystem* GetIViewSystem() = 0;
|
||||
virtual ILevelSystem* GetILevelSystem() = 0;
|
||||
virtual INameTable* GetINameTable() = 0;
|
||||
virtual ICmdLine* GetICmdLine() = 0;
|
||||
virtual ILog* GetILog() = 0;
|
||||
virtual AZ::IO::IArchive* GetIPak() = 0;
|
||||
|
||||
Reference in New Issue
Block a user