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

main
Chris Burel 5 years ago committed by GitHub
parent 56c8f06fe0
commit dacffc8f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -890,7 +890,7 @@ namespace EMotionFX
#if AZ_TRAIT_EMOTIONFX_MAIN_WINDOW_DETACHED #if AZ_TRAIT_EMOTIONFX_MAIN_WINDOW_DETACHED
emotionFXWindowOptions.detachedWindow = true; emotionFXWindowOptions.detachedWindow = true;
#endif #endif
emotionFXWindowOptions.optionalMenuText = "Animation Editor (PREVIEW)"; emotionFXWindowOptions.optionalMenuText = "Animation Editor";
EditorRequests::Bus::Broadcast(&EditorRequests::RegisterViewPane, EMStudio::MainWindow::GetEMotionFXPaneName(), LyViewPane::CategoryTools, emotionFXWindowOptions, windowCreationFunc); EditorRequests::Bus::Broadcast(&EditorRequests::RegisterViewPane, EMStudio::MainWindow::GetEMotionFXPaneName(), LyViewPane::CategoryTools, emotionFXWindowOptions, windowCreationFunc);
} }

Loading…
Cancel
Save