Core/ResourceSaver: Remove leading point (".obj" => "obj")
This commit is contained in:
@@ -72,6 +72,9 @@ namespace Nz
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (extension[0] == '.')
|
||||||
|
extension.erase(extension.begin());
|
||||||
|
|
||||||
bool found = false;
|
bool found = false;
|
||||||
for (const auto& saverPtr : m_savers)
|
for (const auto& saverPtr : m_savers)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user