Add missing kRenderFx constant (#928)

* Add missing kRenderFx constant

* Change constant name to match SDK
This commit is contained in:
OciXCrom 2021-09-17 13:11:17 +02:00 committed by Arkshine
parent 1754c0b959
commit 81e4aa29a6
No known key found for this signature in database
GPG Key ID: EE36C30F4971034C

View File

@ -341,6 +341,7 @@ enum
kRenderFxExplode, /* Scale up really big! */ kRenderFxExplode, /* Scale up really big! */
kRenderFxGlowShell, /* Glowing Shell */ kRenderFxGlowShell, /* Glowing Shell */
kRenderFxClampMinScale, /* Keep this sprite from getting very small (SPRITES only!) */ kRenderFxClampMinScale, /* Keep this sprite from getting very small (SPRITES only!) */
kRenderFxLightMultiplier, /* CTM !!!CZERO added to tell the studiorender that the value in iuser2 is a lightmultiplier */
}; };
/** /**