rename CEditorPreferencesPage_ViewportMovmement to CEditorPreferencesPage_ViewportCamera

Signed-off-by: Hulton-Harrop <hultonha@amazon.co.uk>
Signed-off-by: hultonha <hultonha@amazon.co.uk>
This commit is contained in:
Hulton-Harrop
2021-09-06 14:55:49 +01:00
committed by hultonha
parent a374ea29f2
commit 6c1185bcbb
4 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ CStdPreferencesClassDesc::CStdPreferencesClassDesc()
[](){ return new CEditorPreferencesPage_General(); },
[](){ return new CEditorPreferencesPage_Files(); },
[](){ return new CEditorPreferencesPage_ViewportGeneral(); },
[](){ return new CEditorPreferencesPage_ViewportMovement(); },
[](){ return new CEditorPreferencesPage_ViewportCamera(); },
[](){ return new CEditorPreferencesPage_ViewportManipulator(); },
[](){ return new CEditorPreferencesPage_ViewportDebug(); }
};