[ADD] maincharacter uses deltatime for movement

This commit is contained in:
Nathalie Seen
2021-06-11 16:19:21 +02:00
parent 3517d2b36a
commit a6fa9514df
5 changed files with 32 additions and 14 deletions

View File

@@ -23,5 +23,7 @@ namespace entities
this->rotation.y += rotation.y;
this->rotation.z += rotation.z;
}
}