minor fixes

This commit is contained in:
h4570
2022-08-08 21:40:47 +02:00
parent a3e4ee8496
commit 0c4fff4f0c
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ Enemy::Enemy(TextureRepository* repo) {
ObjLoader loader;
auto* bodyData = loader.load(
FileUtils::fromCwd("game/models/soldier/soldier.obj"), 4, 20.0F, true);
FileUtils::fromCwd("game/models/soldier/soldier.obj"), 4, 25.0F, true);
bodyData->normalsEnabled = false;
bodyMesh = new DynamicMesh(*bodyData);