Change how tics happen, support for v2 .nav files

This commit is contained in:
KimLS
2016-01-17 14:05:34 -08:00
parent 14b9b22ca3
commit 10952932d3
4 changed files with 81 additions and 39 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ glm::vec3 Mob::UpdatePath(float ToX, float ToY, float ToZ, float Speed, bool &Wa
Teleport(current.position);
}
TrySnapToMap();
//TrySnapToMap();
}
return current.position;