mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 16:15:43 +00:00
ZoneCodeGenerator: Fix commands for GfxImage
This commit is contained in:
parent
f3c9e6053f
commit
c8a2bec12b
@ -366,10 +366,12 @@ reorder:
|
||||
// GfxTexture
|
||||
use GfxTexture;
|
||||
set reusable loadDef;
|
||||
set condition loadDef always;
|
||||
set block loadDef XFILE_BLOCK_TEMP;
|
||||
set condition basemap never;
|
||||
|
||||
// GfxImageLoadDef
|
||||
set arraysize GfxImageLoadDef::data resourceSize;
|
||||
use GfxImageLoadDef;
|
||||
set arraysize data resourceSize;
|
||||
|
||||
// =========================================
|
||||
// SndBank
|
||||
|
Loading…
x
Reference in New Issue
Block a user