Skip to content

Commit

Permalink
Extract image generation/cache from texturesource.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
cx384 authored and sfan5 committed Mar 30, 2024
1 parent 6c6e48f commit 6ac053b
Show file tree
Hide file tree
Showing 4 changed files with 2,069 additions and 1,952 deletions.
1 change: 1 addition & 0 deletions src/client/CMakeLists.txt
Expand Up @@ -69,6 +69,7 @@ set(client_SRCS
${CMAKE_CURRENT_SOURCE_DIR}/tile.cpp
${CMAKE_CURRENT_SOURCE_DIR}/texturepaths.cpp
${CMAKE_CURRENT_SOURCE_DIR}/texturesource.cpp
${CMAKE_CURRENT_SOURCE_DIR}/imagesource.cpp
${CMAKE_CURRENT_SOURCE_DIR}/wieldmesh.cpp
${CMAKE_CURRENT_SOURCE_DIR}/shadows/dynamicshadows.cpp
${CMAKE_CURRENT_SOURCE_DIR}/shadows/dynamicshadowsrender.cpp
Expand Down

0 comments on commit 6ac053b

Please sign in to comment.