fixed slime 3D model too high

This commit is contained in:
Zeno Rogue 2023-02-03 23:53:53 +01:00
parent 941379ba2a
commit 7ffa2a3806
1 changed files with 1 additions and 1 deletions

View File

@ -1159,7 +1159,7 @@ void geometry_information::make_3d_models() {
}
last->flags |= POLY_TRIANGLES;
add_texture(*last);
if(WDIM == 2) shift_last_straight(FLOOR);
if(WDIM == 2) shift_last_straight(FLOOR + cgi.emb->center_z());
finishshape();
shJelly = shSlime;