2
0
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:
Jan Laupetin
2026-04-17 22:24:15 +02:00
parent ec8759494b
commit f9f93b33ec

View File

@@ -71,7 +71,7 @@ namespace
auto* image = m_memory.Alloc<GfxImage>(); auto* image = m_memory.Alloc<GfxImage>();
image->name = m_memory.Dup(assetName.c_str()); image->name = m_memory.Dup(assetName.c_str());
#ifdef FEATURE_t6 #ifdef FEATURE_T6
image->hash = Common::R_HashString(image->name, 0); image->hash = Common::R_HashString(image->name, 0);
#endif #endif
#ifndef FEATURE_IW5 #ifndef FEATURE_IW5