Core/ResourceLoader: Fix format error
This commit is contained in:
parent
a803a9cff4
commit
8fb53f467b
|
|
@ -123,7 +123,7 @@ namespace Nz
|
|||
if (found)
|
||||
NazaraError("failed to load resource from file \"{0}}\": all loaders failed", filePath);
|
||||
else
|
||||
NazaraError("failed to load resource from file \"{0}}\": no loader found for extension \"{1}\"", ext);
|
||||
NazaraError("failed to load resource from file \"{0}}\": no loader found for extension \"{1}\"", filePath, ext);
|
||||
|
||||
return nullptr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue