You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-17 23:56:30 +09:00
changed remaining float representations of time to doubles
This commit is contained in:
@@ -288,7 +288,7 @@ namespace Lidgren.Network
|
||||
break;
|
||||
case NetConnectionStatus.RespondedConnect:
|
||||
// send another response
|
||||
hs.SendConnectResponse((float)NetTime.Now, false);
|
||||
hs.SendConnectResponse(NetTime.Now, false);
|
||||
break;
|
||||
default:
|
||||
// weird
|
||||
|
||||
Reference in New Issue
Block a user