1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-15 14:46:29 +09:00

Resend bug fixed, unit tests expanded, misc cleanup

This commit is contained in:
lidgren
2010-06-01 18:28:14 +00:00
parent 09c241f428
commit 38c4a7a446
10 changed files with 120 additions and 39 deletions

View File

@@ -84,7 +84,7 @@ namespace DurableClient
{
double now = NetTime.Now;
float speed = 50.0f;
float speed = 1.0f;
float speedMultiplier = 1.0f / speed;