2
0
Kim Kulling 8 жил өмнө
parent
commit
35b95ba710

+ 0 - 1
code/scene.cpp

@@ -51,7 +51,6 @@ aiNode::aiNode()
     // empty
 }
 
-
 aiNode::aiNode(const std::string& name)
 : mName(name)
 , mParent(NULL)

+ 1 - 1
include/assimp/scene.h

@@ -69,7 +69,7 @@ extern "C" {
  * the imported scene does consist of only a single root node without children.
  */
 // -------------------------------------------------------------------------------
-struct aiNode
+struct ASSIMP_API aiNode
 {
     /** The name of the node.
      *