1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-06-26 15:12:48 +00:00

rogueviz:: ads:: fixed auto_rotate in replay

This commit is contained in:
Zeno Rogue 2025-06-22 16:11:15 +02:00
parent 66ae1d48d3
commit 304497b33a

View File

@ -133,7 +133,7 @@ void replay_animation() {
vctrV = new_vctrV = ss.vctrV;
current.T = cspin(3, 2, view_pt - ss.start) * current.T;
if(auto_rotate)
current.T = cspin(1, 0, view_pt - ss.start) * current.T;
current.T = cspin(1, 0, view_pt) * current.T;
});
break;
}