File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -127,9 +127,7 @@ public void ExportBMD(string fileName)
127127 writer . Write ( 0 ) ; // Placeholder for file size
128128 writer . Write ( 8 ) ; // Number of sections; bmd has 8, bdl has 9
129129
130- writer . Write ( "SVR3" . ToCharArray ( ) ) ;
131- writer . Write ( - 1 ) ;
132- writer . Write ( ( long ) - 1 ) ;
130+ writer . Write ( "SuperBMD - Gamma" . ToCharArray ( ) ) ;
133131
134132 Scenegraph . Write ( writer , packetCount , vertexCount ) ;
135133 VertexData . Write ( writer ) ;
@@ -147,8 +145,6 @@ public void ExportBMD(string fileName)
147145
148146 public void ExportAssImp ( string fileName , string modelType , ExportSettings settings )
149147 {
150- //throw new NotImplementedException();
151-
152148 string outDir = Path . GetDirectoryName ( fileName ) ;
153149
154150 Scene outScene = new Scene ( ) ;
You can’t perform that action at this time.
0 commit comments