many little fixes

This commit is contained in:
lllzebralll
2022-11-08 14:49:10 +03:00
parent 815aa90489
commit b1e5a3c6fb
6 changed files with 48 additions and 42 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ void PlayerController::update_interaction(){
int x = (int)(iend.x)+(int)(norm.x);
int y = (int)(iend.y)+(int)(norm.y);
int z = (int)(iend.z)+(int)(norm.z);
if (block->model == BLOCK_MODEL_GRASS){
if (block->model == BLOCK_MODEL_X_SPRITE){
x = (int)iend.x;
y = (int)iend.y;
z = (int)iend.z;