fix: correct file name

This commit is contained in:
2026-03-12 16:44:40 +08:00
parent 123fbf4fe4
commit 27b51d1a6a

View File

@@ -47,7 +47,7 @@ set(INCLUDE_DIR ${PROJECT_SOURCE_DIR}/include)
add_executable(${PROJECT_NAME} add_executable(${PROJECT_NAME}
src/main.cpp src/main.cpp
src/camera.cpp src/camera.cpp
src/gameplay/chuck.cpp src/gameplay/chunk.cpp
src/gameplay/player.cpp src/gameplay/player.cpp
src/gameplay/world.cpp src/gameplay/world.cpp
src/map_table.cpp src/map_table.cpp