summaryrefslogtreecommitdiffstats
path: root/AssetLoader/interface
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-04-28 02:37:14 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-04-28 02:37:14 +0000
commite8c6fce289b22818e76af22cb4131c015280c3d2 (patch)
tree9cb1cadbdd67e97997be521bce2fc43c6a445bd7 /AssetLoader/interface
parentMinor update to GLTF loader (diff)
downloadDiligentTools-e8c6fce289b22818e76af22cb4131c015280c3d2.tar.gz
DiligentTools-e8c6fce289b22818e76af22cb4131c015280c3d2.zip
Minor update to GLTF loader
Diffstat (limited to 'AssetLoader/interface')
-rw-r--r--AssetLoader/interface/GLTFLoader.h2
1 files changed, 1 insertions, 1 deletions
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();
};