mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 10:17:56 +00:00
Check tide before drawing cells.
This commit is contained in:
@@ -2830,6 +2830,8 @@ void celldrawer::draw() {
|
||||
|
||||
cells_drawn++;
|
||||
|
||||
checkTide(c);
|
||||
|
||||
#if CAP_TEXTURE
|
||||
if(texture::saving) {
|
||||
texture::config.apply(c, V, 0xFFFFFFFF);
|
||||
|
Reference in New Issue
Block a user