Nazara/Network: ENetHost::GetTotalReceivedPackets now returns the number of commands received

This commit is contained in:
Lynix
2019-12-29 11:55:07 +01:00
parent 24cb8f6845
commit 0bcd8769fe
2 changed files with 2 additions and 1 deletions

View File

@@ -211,6 +211,7 @@ Nazara Engine:
- String::Number is now locale-independent
- Added ENetPeer::GetTotalByte[Received|Sent]
- Added ENetPeer::GetTotalPacketSent
- ⚠ ENetHost::GetTotalReceivedPackets now returns the number of commands received (instead of the number of UDP packets received)
Nazara Development Kit:
- Added ImageWidget (#139)