Upgrade Physics2D and Physics3D

This commit is contained in:
Jérôme Leclercq
2021-05-24 19:12:21 +02:00
parent 4bcb63d776
commit 8b0b5295f7
25 changed files with 239 additions and 448 deletions

View File

@@ -23,7 +23,7 @@ namespace Nz
struct Config {};
Physics3D(Config /*config*/);
~Physics3D();
~Physics3D() = default;
unsigned int GetMemoryUsed();