diff --git a/RustPlugin/Source/RustPlugin/Private/RustProperty.cpp b/RustPlugin/Source/RustPlugin/Private/RustProperty.cpp index 11ee6b7..1f92df1 100644 --- a/RustPlugin/Source/RustPlugin/Private/RustProperty.cpp +++ b/RustPlugin/Source/RustPlugin/Private/RustProperty.cpp @@ -147,7 +147,7 @@ void FDynamicRustComponent::Render(TSharedRef MapHandle, IDetai .ContentPadding(0) [ SNew(SImage) - .Image(FEditorStyle::GetBrush("Icons.Delete")) + .Image(FAppStyle::GetBrush("Icons.Delete")) .ColorAndOpacity(FSlateColor::UseForeground()) ] ]