Browse Source

Update FBXExporter.h

Kim Kulling 4 years ago
parent
commit
36815b014b
1 changed files with 1 additions and 3 deletions
  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;