From 5fe494f6838bea3d572cc1de15cdef79be1136cf Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 7 Apr 2020 12:34:12 -0400 Subject: [PATCH] CLayoutDescription: Always initialize xc_scale Provides a total deterministic initial state for the data member. --- Runtime/Character/CLayoutDescription.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/Character/CLayoutDescription.hpp b/Runtime/Character/CLayoutDescription.hpp index 05c2e041b..e6f29864a 100644 --- a/Runtime/Character/CLayoutDescription.hpp +++ b/Runtime/Character/CLayoutDescription.hpp @@ -13,7 +13,7 @@ class CLayoutDescription { public: class CScaledLayoutDescription { TLockedToken x0_layoutToken; - float xc_scale; + float xc_scale = 0.0f; std::optional x10_scaleVec; public: