AzaezelX пре 3 година
родитељ
комит
5ec4e8fb62
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Engine/source/T3D/tsStatic.h

+ 1 - 0
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<StringTableEntry>* usedAssetsList);