mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-06 19:42:50 +00:00
removed debug
This commit is contained in:
parent
29d1427154
commit
e9ea32645c
@ -973,7 +973,6 @@ void draw_shape_for_texture(floorshape* sh) {
|
|||||||
applymodel(center + v1, inmodel);
|
applymodel(center + v1, inmodel);
|
||||||
tmap[2] = (1 + inmodel[0] * vid.scale) / 2 - tmap[0];
|
tmap[2] = (1 + inmodel[0] * vid.scale) / 2 - tmap[0];
|
||||||
floor_texture_map[sh->id] = tmap;
|
floor_texture_map[sh->id] = tmap;
|
||||||
println(hlog, "for ", sh->id, " set ", tmap);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// SL2 needs 6 times more
|
// SL2 needs 6 times more
|
||||||
|
Loading…
x
Reference in New Issue
Block a user