From 84a59cf98d166dfc36b4c0c68933cddb2b161af7 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 4 May 2019 18:23:24 -0700 Subject: Fixed variable naming problem causing Linux build errors --- AssetLoader/interface/GLTFLoader.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'AssetLoader/interface') diff --git a/AssetLoader/interface/GLTFLoader.h b/AssetLoader/interface/GLTFLoader.h index fce68a6..24356bf 100644 --- a/AssetLoader/interface/GLTFLoader.h +++ b/AssetLoader/interface/GLTFLoader.h @@ -169,8 +169,8 @@ struct Node Uint32 Index; std::vector> Children; float4x4 Matrix; - std::unique_ptr Mesh; - Skin* Skin = nullptr; + std::unique_ptr _Mesh; + Skin* _Skin = nullptr; Int32 SkinIndex = -1; float3 Translation; float3 Scale = float3(1.0f, 1.0f, 1.0f); -- cgit v1.2.3