Redoing movement to introduce proper rotation

This commit is contained in:
KimLS
2018-09-24 22:41:53 -07:00
parent 1aa97957d8
commit 29ea65a71e
25 changed files with 423 additions and 1311 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ glm::vec3 Mob::UpdatePath(float ToX, float ToY, float ToZ, float Speed, bool &Wa
auto front = (*Route.begin()).pos;
if (PathingLoopCount > 5) {
Teleport(front);
Teleport(front); //todo new teleport
SendPosition();
Route.pop_front();