mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-28 21:53:20 +00:00
rogueviz::smoothcam:: spinEdge_full called if needed
This commit is contained in:
parent
fccf07a07d
commit
d5064db846
@ -371,6 +371,9 @@ void snap_to_center() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void show() {
|
void show() {
|
||||||
|
/* might not be changed automatically */
|
||||||
|
if(vid.fixed_yz) spinEdge_full();
|
||||||
|
|
||||||
cmode = side ? sm::SIDE : 0;
|
cmode = side ? sm::SIDE : 0;
|
||||||
gamescreen();
|
gamescreen();
|
||||||
draw_crosshair();
|
draw_crosshair();
|
||||||
@ -630,6 +633,8 @@ void handle_animation(ld t) {
|
|||||||
c_up_dist = geo_dist(pts[0], pts[2]);
|
c_up_dist = geo_dist(pts[0], pts[2]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(vid.fixed_yz) spinEdge_full();
|
||||||
|
|
||||||
transmatrix T = View * inverse(last_view_comp);
|
transmatrix T = View * inverse(last_view_comp);
|
||||||
last_view_comp = View;
|
last_view_comp = View;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user