ref: gl: support kRenderFxLightMultiplier

* add undocumented kRenderFxLightMultiplier to const.h
This commit is contained in:
Alibek Omarov
2024-01-06 19:21:11 +03:00
parent 64f92003fa
commit 9304a0041d
2 changed files with 8 additions and 0 deletions

View File

@@ -717,6 +717,7 @@ enum
kRenderFxExplode, // Scale up really big!
kRenderFxGlowShell, // Glowing Shell
kRenderFxClampMinScale, // Keep this sprite from getting very small (SPRITES only!)
kRenderFxLightMultiplier,
};
typedef int func_t;