Miscellaneous small fixes: For Tests, CapturePoint xml file, HealthSystem, DashAbility xml file.

This commit is contained in:
verysecrethero
2016-02-05 15:35:51 +01:00
parent ff26e1235c
commit 2542397511
9 changed files with 32 additions and 72 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ void RayTest(std::string fileName) {
Ray ray(glm::vec3(-50, 0, 0), glm::vec3(1, 0, 0));
//using a
here, else we have to init the renderingsystem
//here, else we have to init the renderingsystem
ResourceManager::RegisterType<RawModel>("RawModel");
auto unitBox = ResourceManager::Load<RawModel>(fileName);
BOOST_REQUIRE(unitBox != nullptr);