ZoneCode: Add Action on loading a GfxImage to set the loadedSize property to 0 to indicate Texture data has not yet been loaded

This commit is contained in:
Jan
2020-02-06 21:26:34 +01:00
parent 75f6caab54
commit 55d5746650
4 changed files with 12 additions and 0 deletions

View File

@ -363,6 +363,7 @@ set reusable u::literalConst;
// GfxImage
// =========================================
use GfxImage;
set action OnImageLoaded(GfxImage);
set string name;
set name name;
set condition pixels never;