mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
export anim::moved
This commit is contained in:
parent
9b7fbc2ab3
commit
2cb1e2cb04
@ -525,7 +525,7 @@ color_t circle_display_color = 0x00FF00FF;
|
|||||||
EX ld circle_radius = acosh(2.);
|
EX ld circle_radius = acosh(2.);
|
||||||
EX ld circle_spins = 1;
|
EX ld circle_spins = 1;
|
||||||
|
|
||||||
void moved() {
|
EX void moved() {
|
||||||
optimizeview();
|
optimizeview();
|
||||||
if(cheater || autocheat) {
|
if(cheater || autocheat) {
|
||||||
if(hyperbolic && memory_saving_mode && centerover && gmatrix.size() && cwt.at != centerover && !quotient) {
|
if(hyperbolic && memory_saving_mode && centerover && gmatrix.size() && cwt.at != centerover && !quotient) {
|
||||||
|
Loading…
Reference in New Issue
Block a user