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