Mass: add a missing variable to CustomStyle.

This commit is contained in:
Guillaume Jacquemin 2021-09-27 20:50:03 +02:00
parent 0a438a4d72
commit b377e0de6c
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ struct CustomStyle {
Int patternId = 0;
Float opacity = 0.0f;
Float offsetX = 0.0f;
Float offsetY = 0.0f;
Float rotation = 0.0f;
Float scale = 0.0f;
};