2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-04-21 10:58:44 +00:00

Merge pull request #740 from Laupetin/fix/t6-images

fix: bad image external loading condition for t6
This commit is contained in:
Jan
2026-04-19 21:56:53 +02:00
committed by GitHub

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