Fix input drops/repetitions (#69)
This commit is contained in:
@@ -109,7 +109,7 @@ fn attempt_connection(mut commands: Commands) -> Result {
|
||||
client::NetcodeClient::new(
|
||||
auth,
|
||||
NetcodeConfig {
|
||||
client_timeout_secs: 1,
|
||||
client_timeout_secs: 3,
|
||||
..default()
|
||||
},
|
||||
)?,
|
||||
|
||||
Reference in New Issue
Block a user