Skip to content

Commit

Permalink
Merge branch 'vacollect' into 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
no-lex committed Oct 22, 2023
2 parents efd5139 + 4ccad50 commit f3b29ad
Show file tree
Hide file tree
Showing 7 changed files with 1,903 additions and 1,873 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ add_library(primis SHARED
src/engine/render/stain.h
src/engine/render/texture.cpp
src/engine/render/texture.h
src/engine/render/vacollect.cpp
src/engine/render/vacollect.h
src/engine/render/water.cpp
src/engine/render/water.h
src/engine/world/bih.cpp
Expand Down
1 change: 1 addition & 0 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ CLIENT_OBJS= \
engine/render/shaderparam.o \
engine/render/stain.o \
engine/render/texture.o \
engine/render/vacollect.o \
engine/render/water.o \
engine/world/bih.o \
engine/world/dynlight.o \
Expand Down
Loading

0 comments on commit f3b29ad

Please sign in to comment.