mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-09-08 21:50:52 +02:00
refsw2: Fix for presort mode
This commit is contained in:
4
vendor/emu/refsw/refsw_tile.cpp
vendored
4
vendor/emu/refsw/refsw_tile.cpp
vendored
@@ -188,6 +188,10 @@ void RenderParamTags(int tileX, int tileY) {
|
||||
tagStatus[index].rendered = true;
|
||||
}
|
||||
}
|
||||
|
||||
if (rm == RM_TRANSLUCENT_PRESORT) {
|
||||
tagStatus[index].valid = false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user