Build viewer/editor #13

Manually merged
williamjcm merged 128 commits from mass-viewer into master 2022-03-02 14:50:10 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit b377e0de6c - Show all commits

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;
};