mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 01:50:36 +00:00
checktide in 3D
This commit is contained in:
parent
07be3e1e2e
commit
da295089b5
@ -4027,7 +4027,7 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
|
|||||||
viewBuggyCells(c,V);
|
viewBuggyCells(c,V);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if(conformal::on || inHighQual || sightrange_bonus > gamerange_bonus) checkTide(c);
|
if(conformal::on || inHighQual || DIM == 3 || sightrange_bonus > gamerange_bonus) checkTide(c);
|
||||||
|
|
||||||
// save the player's view center
|
// save the player's view center
|
||||||
if(isPlayerOn(c) && !shmup::on) {
|
if(isPlayerOn(c) && !shmup::on) {
|
||||||
|
Loading…
Reference in New Issue
Block a user