1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-14 01:16:50 +00:00

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

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;