Moving some code around

This commit is contained in:
2021-08-23 09:41:36 -07:00
parent a65ae99840
commit a90dc1fc3a
6 changed files with 11 additions and 16 deletions

View File

@ -15,8 +15,8 @@ void vnCharacterInit(
int32_t faceWidth, int32_t faceHeight
) {
character->x = 0;
character->y = -2.2f;
character->z = -0.3f;
character->y = 0;
character->z = 0;
character->yaw = 0;
character->pitch = 0;