Merge branch 'develop' into renderer

# Conflicts:
#	lib/wal/sources/Component/Movable/MovableComponent.cpp
#	lib/wal/sources/Component/Position/PositionComponent.cpp
This commit is contained in:
Clément Le Bihan
2021-05-25 10:47:35 +02:00
25 changed files with 115 additions and 34 deletions

View File

@@ -25,4 +25,4 @@ namespace BBM
movable._velocity = movable._acceleration * WAL::Wal::timestep.count();
movable._acceleration = WAL::Vector3f();
}
}
} // namespace WAL