mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-11-26 14:32:06 +00:00
chore: add force loading of assets
This commit is contained in:
@@ -93,6 +93,11 @@ XAssetInfoGeneric::XAssetInfoGeneric(const asset_type_t type,
|
||||
{
|
||||
}
|
||||
|
||||
bool XAssetInfoGeneric::IsReference() const
|
||||
{
|
||||
return !m_name.empty() && m_name[0] == ',';
|
||||
}
|
||||
|
||||
std::string XAssetInfoGeneric::NormalizeAssetName(std::string input)
|
||||
{
|
||||
utils::MakeStringLowerCase(input);
|
||||
|
||||
Reference in New Issue
Block a user