Merge pull request #41 from antopilo/NK-114-creating-prefab-doesnt-add-prefab
NK-114 - Creating Prefab without extension doesn't add .prefab
This commit is contained in:
@@ -247,7 +247,7 @@ namespace Nuake
|
||||
path += ".material";
|
||||
}
|
||||
|
||||
if (path != "")
|
||||
if (!path.empty())
|
||||
{
|
||||
Ref<Material> material = CreateRef<Material>();
|
||||
material->IsEmbedded = false;
|
||||
|
||||
Reference in New Issue
Block a user