Merge branch 'master' of https://github.com/teamfisk/TacticalZ into Importer

This commit is contained in:
Teejoon
2016-02-10 22:18:42 +01:00
8 changed files with 55 additions and 21 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ Model::Model(std::string fileName)
maxi = glm::max(maxi, v.Position);
}
m_Box = AABB(maxi, mini);
m_Box = AABB(mini, maxi);
}
Model::~Model()