mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
guh
This commit is contained in:
parent
eaf5e32f03
commit
a49ffb7cfa
@ -236,7 +236,7 @@ public abstract class SyncBase : QSBNetworkTransform
|
||||
{
|
||||
if (_pauseTimer > 0)
|
||||
{
|
||||
_pauseTimer = Mathf.Max(0, _pauseTimer - Time.unscaledDeltaTime);
|
||||
_pauseTimer -= Time.unscaledDeltaTime;
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user