Merge branch 'development' into cmake/SPEC-7484
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> # Conflicts: # Code/Editor/ConfigGroup.cpp # Code/Editor/ControlMRU.cpp # Code/Editor/CryEdit.cpp # Code/Editor/CryEdit.h # Code/Editor/IEditorImpl.cpp # Gems/EMotionFX/Code/EMotionFX/Tools/EMotionStudio/Plugins/StandardPlugins/Source/AnimGraph/GameController.cpp
This commit is contained in:
@@ -162,7 +162,7 @@ QString RemoveGameName(const QString &filename)
|
||||
void CEditorFileMonitor::OnFileMonitorChange(const SFileChangeInfo& rChange)
|
||||
{
|
||||
CCryEditApp* app = CCryEditApp::instance();
|
||||
if (app == NULL || app->IsExiting())
|
||||
if (app == nullptr || app->IsExiting())
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user