fix a deprecation warning on ue5
This commit is contained in:
@@ -42,7 +42,12 @@ FSGSkeletonEditorCommands::FSGSkeletonEditorCommands()
|
||||
TEXT("SGSkeletonEditor"),
|
||||
NSLOCTEXT("Contexts", "SGSkeletonEditor", "SenseGlove Skeleton Editor"),
|
||||
NAME_None,
|
||||
FEditorStyle::GetStyleSetName())
|
||||
#if ENGINE_MAJOR_VERSION >= 5
|
||||
FAppStyle::GetAppStyleSetName()
|
||||
#else
|
||||
FEditorStyle::GetStyleSetName()
|
||||
#endif /* ENGINE_MAJOR_VERSION >= 5 */
|
||||
)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user