Fixed PhysicsSolver, added zoom, linear_damping

This commit is contained in:
MihailRis
2022-03-03 21:36:23 +03:00
committed by GitHub
parent 2aba3e91db
commit 10931372cc
8 changed files with 83 additions and 46 deletions
+1 -1
View File
@@ -23,13 +23,13 @@ CPP_DEPS :=
# Every subdirectory with source files must be described here
SUBDIRS := \
src \
src/files \
src/graphics \
src/lighting \
src/loaders \
src/objects \
src/physics \
src \
src/voxels \
src/window \