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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user