Skip to content
Snippets Groups Projects
Commit 916753fd authored by jonwd7's avatar jonwd7
Browse files

[FO4] Data Size fix

Affects mostly particle/FX NIFs which can't really be edited anyway.
parent f088ff17
No related branches found
No related tags found
No related merge requests found
......@@ -6309,7 +6309,7 @@
<add name="Num Triangles" type="uint" />
<add name="Num Vertices" type="ushort" />
<add name="Data Size" type="uint" />
<add name="Vertex Data" type="BSVertexData" arr1="Num Vertices" arg="Vertex Flag 1" />
<add name="Vertex Data" type="BSVertexData" arr1="Num Vertices" arg="Vertex Flag 1" cond="Data Size &gt; 0" />
<add name="Triangles" type="Triangle" arr1="Num Triangles" cond="Data Size &gt; 0" />
</niobject>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment