mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-04 15:53:00 +00:00
fixed scrolling destroying which_copy
This commit is contained in:
@@ -364,7 +364,7 @@ EX void full_rotate_camera(int dir, ld val) {
|
||||
if(!rug::rug_control()) didsomething = true;
|
||||
}
|
||||
else
|
||||
View = cpush(dir, val) * View, playermoved = false, didsomething = true;
|
||||
shift_view(ctangent(dir, val)), playermoved = false, didsomething = true;
|
||||
}
|
||||
|
||||
EX void full_rotate_view(ld h, ld v) {
|
||||
|
||||
Reference in New Issue
Block a user