Updated DB2 structs

This commit is contained in:
hondacrx
2018-02-26 13:13:54 -05:00
parent 0a3dfaba37
commit 82dca6de94
61 changed files with 2639 additions and 2517 deletions
@@ -273,8 +273,8 @@ namespace Game.Collision
public bool readFromFile(BinaryReader reader)
{
var lo = reader.ReadStruct<Vector3>();
var hi = reader.ReadStruct<Vector3>();
var lo = reader.Read<Vector3>();
var hi = reader.Read<Vector3>();
bounds = new AxisAlignedBox(lo, hi);
uint treeSize = reader.ReadUInt32();