mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 06:49:28 -05:00
ZoneCodeGenerator: Fix commands for GfxImage
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user