mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-05-23 22:36:16 -04:00
Time/RealTime.NowDouble (#4090)
This commit is contained in:
@@ -112,7 +112,7 @@ public abstract partial class GameObjectSystem : IDeltaSnapshot
|
||||
return p.Value;
|
||||
|
||||
if ( InterpolatedVars.TryGetValue( p.PropertyName, out var i ) )
|
||||
return (T)i.Query( Time.Now );
|
||||
return (T)i.Query( Time.NowDouble );
|
||||
|
||||
return p.Value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user