From e8c6fce289b22818e76af22cb4131c015280c3d2 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 27 Apr 2019 19:37:14 -0700 Subject: Minor update to GLTF loader --- AssetLoader/interface/GLTFLoader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AssetLoader/interface') diff --git a/AssetLoader/interface/GLTFLoader.h b/AssetLoader/interface/GLTFLoader.h index 7c75e12..a0e503a 100644 --- a/AssetLoader/interface/GLTFLoader.h +++ b/AssetLoader/interface/GLTFLoader.h @@ -181,7 +181,7 @@ struct Node float4x4 LocalMatrix()const; float4x4 GetMatrix()const; - void Update(IDeviceContext* pCtx); + void Update(); }; -- cgit v1.2.3