Skip to content

Commit

Permalink
Fix: Compress base water textures
Browse files Browse the repository at this point in the history
PNG textures take precedence (to support mods), so to ensure that the high quality water textures are actually loaded when the high terrain mode is enabled, compress the base water textures.
  • Loading branch information
past-due committed Oct 15, 2024
1 parent 3a0bc57 commit 9008a3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ if(WZ_ENABLE_BASIS_UNIVERSAL AND NOT WZ_CI_DISABLE_BASIS_COMPRESS_TEXTURES)

# Normal Terrain
file(GLOB TEXPAGES_TERRAIN
"${CMAKE_CURRENT_SOURCE_DIR}/base/texpages/page-80-water-1.png"
"${CMAKE_CURRENT_SOURCE_DIR}/base/texpages/page-81-water-2.png"
"${CMAKE_CURRENT_SOURCE_DIR}/base/texpages/page-82-yellow-sand-arizona.png"
"${CMAKE_CURRENT_SOURCE_DIR}/base/texpages/page-83-red-earth-arizona.png"
"${CMAKE_CURRENT_SOURCE_DIR}/base/texpages/page-84-tiles-arizona.png"
Expand Down

0 comments on commit 9008a3b

Please sign in to comment.