浏览代码

Update FBXExporter.h

Kim Kulling 4 年之前
父节点
当前提交
36815b014b
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      code/AssetLib/FBX/FBXExporter.h

+ 1 - 3
code/AssetLib/FBX/FBXExporter.h

@@ -64,10 +64,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 struct aiScene;
 struct aiNode;
 struct aiLight;
-//struct aiMaterial;
 
-namespace Assimp
-{
+namespace Assimp {
     class IOSystem;
     class IOStream;
     class ExportProperties;