mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
fixed centering disabled after Orb of Safety in shmup
This commit is contained in:
parent
13c807c938
commit
41be224049
@ -1367,7 +1367,8 @@ EX void centerpc(ld aspd) {
|
||||
} */
|
||||
spinEdge(aspd);
|
||||
fixmatrix(View);
|
||||
current_display->which_copy = gmatrix[cwt.at];
|
||||
if(gmatrix.count(cwt.at))
|
||||
current_display->which_copy = gmatrix[cwt.at];
|
||||
}
|
||||
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user