Minor tweaks

This commit is contained in:
Wojtek Figat
2021-07-21 15:42:04 +02:00
parent d26eabe2bf
commit b7a7bc891a
5 changed files with 3 additions and 5 deletions

View File

@@ -40,7 +40,6 @@ namespace FlaxEditor
{
// Try path relative to the plugin project Content
iconPath = Path.Combine(assemblyDir, "../../../../../Content", assemblyName + ".Icon.flax");
MessageBox.Show(StringUtils.NormalizePath(StringUtils.RemovePathRelativeParts(iconPath)));
if (!File.Exists(iconPath))
{
return null;