mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
improve assets_manager_clear_cache_ex
This commit is contained in:
parent
2ec126c504
commit
dbb805eaa4
@ -6,7 +6,8 @@
|
||||
* 增加函数tk\_to\_utf8\_argv
|
||||
* 增加函数tk\_free\_utf8\_argv
|
||||
* 增加宏MAIN/END\_MAIN
|
||||
* 完善Windows平台初始化,让Console输出支持UTF8。
|
||||
* 完善Windows平台初始化,让Console输出支持UTF8
|
||||
* 卸载资源缓存失败的问题(感谢雨欣提供补丁)
|
||||
|
||||
2023/08/16
|
||||
* 增加函数str\_equal/wstr\_eq/wstr\_create/wstr\_destroy/wstr\_append\_more等函数
|
||||
|
@ -785,6 +785,7 @@ ret_t assets_manager_clear_cache_ex(assets_manager_t* am, asset_type_t type, con
|
||||
return RET_NOT_FOUND;
|
||||
}
|
||||
|
||||
info.type = type;
|
||||
asset_info_set_name(&info, name, FALSE);
|
||||
|
||||
size = am->assets.size;
|
||||
|
Loading…
Reference in New Issue
Block a user