1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-02 10:48:04 +00:00

Merge pull request #372 from jlmjlm/tidefix2

Check tide before drawing cells.
This commit is contained in:
Zeno Rogue
2024-05-09 20:42:03 +02:00
committed by GitHub
3 changed files with 4 additions and 2 deletions

View File

@@ -2856,6 +2856,8 @@ void celldrawer::draw() {
cells_drawn++;
checkTide(c);
#if CAP_TEXTURE
if(texture::saving) {
texture::config.apply(c, V, 0xFFFFFFFF);