diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/asset_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/asset_manager.cc b/src/util/asset_manager.cc index 52a60ee..6cad083 100644 --- a/src/util/asset_manager.cc +++ b/src/util/asset_manager.cc @@ -257,6 +257,6 @@ bool ReloadAssetsFromFile(const char* config_path) { AssetType GetAssetType(AssetId asset_id) { uint16_t index = (uint16_t)asset_id; if (index >= (uint16_t)AssetId::ASSET_LAST_ID) - return AssetType::STATIC; + return AssetType::BINARY; return GetAssetRecordTable()[index].type; } |
