Remove the "(PREVIEW)" label from the Animation Editor (#926)

This commit is contained in:
Chris Burel
2021-05-25 16:05:09 -07:00
committed by GitHub
parent 56c8f06fe0
commit dacffc8f07
@@ -890,7 +890,7 @@ namespace EMotionFX
#if AZ_TRAIT_EMOTIONFX_MAIN_WINDOW_DETACHED
emotionFXWindowOptions.detachedWindow = true;
#endif
emotionFXWindowOptions.optionalMenuText = "Animation Editor (PREVIEW)";
emotionFXWindowOptions.optionalMenuText = "Animation Editor";
EditorRequests::Bus::Broadcast(&EditorRequests::RegisterViewPane, EMStudio::MainWindow::GetEMotionFXPaneName(), LyViewPane::CategoryTools, emotionFXWindowOptions, windowCreationFunc);
}