summaryrefslogtreecommitdiff
path: root/NW4RTools/ObjImporter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'NW4RTools/ObjImporter.cs')
-rwxr-xr-xNW4RTools/ObjImporter.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/NW4RTools/ObjImporter.cs b/NW4RTools/ObjImporter.cs
index dc128ce..f00d0f6 100755
--- a/NW4RTools/ObjImporter.cs
+++ b/NW4RTools/ObjImporter.cs
@@ -639,7 +639,9 @@ namespace NW4RTools {
var context = new ShapeContext();
var shape = new Shape();
- shape.Unk = new byte[] { 0, 0, 0x14, 0, 0, 0, 0, 0x02, 0, 0, 0, 0x14 };
+ shape.Unk = new byte[] { 0, 0, 0x14, 0, 0, 0, 0, 0x02, 0, 0,
+ 0, 0x14 };
+ // 0x2e00 maybe?
shape.DataFlags = 0x2600;
shape.ExtraData = new ushort[0];