Physics2D/PhysWorld2D: Add invStepCount argument to pre/post steps callbacks

This commit is contained in:
Jérôme Leclercq
2018-04-30 14:55:28 +02:00
parent d1a969288f
commit 95f137816a
3 changed files with 8 additions and 7 deletions

View File

@@ -94,6 +94,7 @@ Nazara Engine:
- ⚠️ Stream::ReadLine will now returns empty lines if present in the file
- Fixed cubemaps seams with OpenGL
- HandledObject movement constructor/assignement operator are now marked noexcept
- ⚠️ PhysWorld2D callbacks OnPhysWorld2DPreStep and OnPhysWorld2DPostStep now takes a invStepCount depending on the number of step taken this update, fixing force application and other
Nazara Development Kit:
- Added ImageWidget (#139)