mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-04-21 10:58:44 +00:00
fix: bad image external loading condition for t6
* change picked from edd6aef2c578b65c3718dc55a2f366bc488f5243 by hc20k
This commit is contained in:
@@ -71,7 +71,7 @@ namespace
|
||||
|
||||
auto* image = m_memory.Alloc<GfxImage>();
|
||||
image->name = m_memory.Dup(assetName.c_str());
|
||||
#ifdef FEATURE_t6
|
||||
#ifdef FEATURE_T6
|
||||
image->hash = Common::R_HashString(image->name, 0);
|
||||
#endif
|
||||
#ifndef FEATURE_IW5
|
||||
|
||||
Reference in New Issue
Block a user