mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fixed slime 3D model too high
This commit is contained in:
parent
941379ba2a
commit
7ffa2a3806
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user