Check tide before drawing cells.

This commit is contained in:
Jacob Mandelson
2024-04-22 15:48:08 -07:00
parent 27fb2d92d7
commit b56d2d21bf
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -2830,6 +2830,8 @@ void celldrawer::draw() {
cells_drawn++;
checkTide(c);
#if CAP_TEXTURE
if(texture::saving) {
texture::config.apply(c, V, 0xFFFFFFFF);