Cleanup code #1115

This commit is contained in:
2023-10-04 20:15:23 +02:00
parent c46303018e
commit f46cc32715
5 changed files with 30 additions and 48 deletions
-5
View File
@@ -447,11 +447,6 @@ FLAXENGINE_API Asset* LoadAsset(const Guid& id, const ScriptingTypeHandle& type)
return Content::LoadAsync(id, type);
}
FLAXENGINE_API Asset* LoadAsset(const StringView& path, const ScriptingTypeHandle& type)
{
return Content::LoadAsync(path, type);
}
Asset* Content::LoadAsync(const StringView& path, MClass* type)
{
CHECK_RETURN(type, nullptr);