From 5ec4e8fb62d703c853b70ee7e56f23d493dac838 Mon Sep 17 00:00:00 2001 From: AzaezelX Date: Sun, 7 Aug 2022 15:55:42 -0500 Subject: [PATCH] forgot the.h --- Engine/source/T3D/tsStatic.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Engine/source/T3D/tsStatic.h b/Engine/source/T3D/tsStatic.h index c67fb766c..02a4b535b 100644 --- a/Engine/source/T3D/tsStatic.h +++ b/Engine/source/T3D/tsStatic.h @@ -276,6 +276,7 @@ public: void updateMaterials(); bool isAnimated() { return mPlayAmbient; } + bool hasNode(const char* nodeName); void getNodeTransform(const char *nodeName, const MatrixF &xfm, MatrixF *outMat); virtual void getUtilizedAssets(Vector* usedAssetsList);