Mass: add a missing variable to CustomStyle.
This commit is contained in:
parent
0a438a4d72
commit
b377e0de6c
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ struct CustomStyle {
|
||||||
Int patternId = 0;
|
Int patternId = 0;
|
||||||
Float opacity = 0.0f;
|
Float opacity = 0.0f;
|
||||||
Float offsetX = 0.0f;
|
Float offsetX = 0.0f;
|
||||||
|
Float offsetY = 0.0f;
|
||||||
Float rotation = 0.0f;
|
Float rotation = 0.0f;
|
||||||
Float scale = 0.0f;
|
Float scale = 0.0f;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue