From 3e686ca9cef830e4417e6798df4937ed38cc6f85 Mon Sep 17 00:00:00 2001 From: rhhong Date: Mon, 25 Oct 2021 21:17:38 -0700 Subject: [PATCH] fix linux build Signed-off-by: rhhong --- .../EMotionFXAtom/Code/Source/AtomActorInstance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gems/AtomLyIntegration/EMotionFXAtom/Code/Source/AtomActorInstance.h b/Gems/AtomLyIntegration/EMotionFXAtom/Code/Source/AtomActorInstance.h index ede0e7c858..7f646466a5 100644 --- a/Gems/AtomLyIntegration/EMotionFXAtom/Code/Source/AtomActorInstance.h +++ b/Gems/AtomLyIntegration/EMotionFXAtom/Code/Source/AtomActorInstance.h @@ -186,7 +186,7 @@ namespace AZ void UpdateWrinkleMasks(); // Debug geometry rendering - AZStd::unique_ptr m_atomActorDebugDraw = nullptr; + AZStd::unique_ptr m_atomActorDebugDraw; AZStd::intrusive_ptr m_skinnedMeshInputBuffers = nullptr; AZStd::intrusive_ptr m_skinnedMeshInstance;