Skip to content

Commit

Permalink
Remove arr3 from legacy object
Browse files Browse the repository at this point in the history
Was completely unsupported and undocumented and unused by any software.  Replaced with arithmetic even though the decoding is likely wrong anyway.

For niftools#76
  • Loading branch information
hexabits committed Jun 6, 2018
1 parent f023ad3 commit 29d0245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nif.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2296,7 +2296,7 @@
<add name="Parent" type="Ref" template="NiObject" />
<add name="Num 1" type="uint" />
<add name="Num 2" type="uint" />
<add name="Unknown 2" type="uint" arr1="Num 1" arr2="Num 2" arr3="2" />
<add name="Unknown 2" type="uint" arr1="Num 1 * Num 2" arr2="2" />
</niobject>

<niobject name="Ni3dsAnimationNode" inherit="NiObject" versions="V2_3">
Expand Down

0 comments on commit 29d0245

Please sign in to comment.