refsw2: Fix for presort mode

This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis
2025-05-07 10:17:35 +03:00
parent 15fdaecfc7
commit edeee9fd4f

View File

@@ -188,6 +188,10 @@ void RenderParamTags(int tileX, int tileY) {
tagStatus[index].rendered = true;
}
}
if (rm == RM_TRANSLUCENT_PRESORT) {
tagStatus[index].valid = false;
}
}
}
}