Mario Zechner 2024-01-03 06:19:30 +01:00
parent 9471c408ce
commit 5279da1f80

View File

@ -551,7 +551,7 @@ class SkeletonData {
enum BlendMode {
normal(0, rendering.BlendMode.srcOver),
additive(1, rendering.BlendMode.plus),
multiply(2, rendering.BlendMode.modulate),
multiply(2, rendering.BlendMode.multiply),
screen(3, rendering.BlendMode.screen);
final int value;