Physics3D/Collider3D: Update ForEachPolygon signature

This commit is contained in:
Lynix
2019-03-26 19:02:27 +01:00
parent ffc58e9806
commit ce43b633b9
3 changed files with 6 additions and 3 deletions

View File

@@ -174,6 +174,7 @@ Nazara Engine:
- Signal now implement a copy constructor and copy assignation operator for convenience
- Fixed ENet UnreliableFragment packets sent as Unreliable (and such being incomplete upon reception)
- ENet DisconnectLater now reflects libenet behavior (and is waiting for unreliable commands to be sent before disconnecting for good)
- ⚠ Collider3D::ForEachPolygon now takes a void(Vector3f\*, std::size_t) callback (instead of void(float\*, std::size_t))
Nazara Development Kit:
- Added ImageWidget (#139)