fixed creating new material in asset browser
This commit is contained in:
parent
5160154a80
commit
ebe2d4db23
1 changed files with 1 additions and 1 deletions
|
@ -812,7 +812,7 @@ struct MaterialPlugin final : AssetBrowser::IPlugin, AssetCompiler::IPlugin
|
|||
return false;
|
||||
}
|
||||
|
||||
file << "shader \"pipelines/standard.shd\"";
|
||||
file << "shader \"/pipelines/standard.shd\"";
|
||||
file.close();
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue