Skip to content

Commit

Permalink
fix disappearing trig
Browse files Browse the repository at this point in the history
  • Loading branch information
igorseabra4 committed May 22, 2019
1 parent bb03163 commit eafb8d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ public AssetTRIG(Section_AHDR AHDR) : base(AHDR)
_trigPos2 = new Vector3(ReadFloat(0x6C + Offset), ReadFloat(0x70 + Offset), ReadFloat(0x74 + Offset));
_trigPos3 = new Vector3(ReadFloat(0x78 + Offset), ReadFloat(0x7C + Offset), ReadFloat(0x80 + Offset));

CreateTransformMatrix();

if (!ArchiveEditorFunctions.renderableAssetSetTrans.Contains(this))
ArchiveEditorFunctions.renderableAssetSetTrans.Add(this);
}
Expand Down
2 changes: 1 addition & 1 deletion IndustrialPark/MainForm/AboutBox.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eafb8d6

Please sign in to comment.