From e4cfd3834a07f74bb5c73bac19fcbb5eef90f358 Mon Sep 17 00:00:00 2001 From: William JCM Date: Wed, 29 Sep 2021 11:07:10 +0200 Subject: [PATCH] Mass: update CustomStyle. --- src/Mass/Mass.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/Mass/Mass.h b/src/Mass/Mass.h index 538861c..e042d8f 100644 --- a/src/Mass/Mass.h +++ b/src/Mass/Mass.h @@ -51,11 +51,10 @@ struct CustomStyle { bool glow = false; Int patternId = 0; - Float opacity = 0.0f; - Float offsetX = 0.0f; - Float offsetY = 0.0f; + Float opacity = 0.5f; + Vector2 offset{0.0f}; Float rotation = 0.0f; - Float scale = 0.0f; + Float scale = 1.0f; }; struct Decal {