fixed creating new material in asset browser

This commit is contained in:
Mikulas Florek 2022-12-04 21:27:43 +01:00
parent 5160154a80
commit ebe2d4db23

View file

@ -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;
}