Hasareej fix whitebox and physx cluster icons (#1398)
Fixing the issue with the icons not appearing & deleting duplicate icons.
This commit is contained in:
@@ -465,7 +465,7 @@ namespace WhiteBox
|
||||
AzToolsFramework::ViewportUi::ViewportUiRequestBus::EventResult(
|
||||
buttonId, AzToolsFramework::ViewportUi::DefaultViewportId,
|
||||
&AzToolsFramework::ViewportUi::ViewportUiRequestBus::Events::CreateClusterButton, clusterId,
|
||||
AZStd::string::format("Icons/WhiteBox/%s.svg", iconName));
|
||||
AZStd::string::format(":/stylesheet/img/UI20/toolbar/%s.svg", iconName));
|
||||
|
||||
return buttonId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user