mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 09:30:35 +00:00
cleaned unused variable in 3d-models
This commit is contained in:
parent
610338329b
commit
eaaeac8624
@ -390,8 +390,6 @@ void geometry_information::make_foot_3d(hpcshape& sh) {
|
|||||||
add_cone(zc(0.4), leg5, zc(0.45));
|
add_cone(zc(0.4), leg5, zc(0.45));
|
||||||
add_texture(sh);
|
add_texture(sh);
|
||||||
// shift_last(-LEG0);
|
// shift_last(-LEG0);
|
||||||
ld sc = 1;
|
|
||||||
if(cgi.emb->is_euc_in_hyp()) sc *= exp(-vid.depth);
|
|
||||||
for(int i=last->s; i<isize(hpc); i++) hpc[i] = lxpush(-0.0125*S) * hpc[i];
|
for(int i=last->s; i<isize(hpc); i++) hpc[i] = lxpush(-0.0125*S) * hpc[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user