Merge remote-tracking branch 'origin/master' into WeaponSystem

# Conflicts:
#	src/Game/Systems/SoundSystem.cpp
This commit is contained in:
2016-02-10 19:21:30 +01:00
7 changed files with 55 additions and 20 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()