Skip to content
Snippets Groups Projects
Verified Commit affd25d2 authored by Tobias Frisch's avatar Tobias Frisch
Browse files

Added path to to error output in scene module

parent 377757b8
No related branches found
No related tags found
No related merge requests found
Pipeline #26348 passed
......@@ -248,7 +248,7 @@ namespace vkcv::scene {
asset::Scene asset_scene;
if (!asset::loadScene(path.string(), asset_scene)) {
vkcv_log(LogLevel::WARNING, "Scene could not be loaded")
vkcv_log(LogLevel::ERROR, "Scene could not be loaded (%s)", path.c_str());
return create(core);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment