Skip to content

Commit

Permalink
Update TelescopeComponent.cs (Rxup#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
nomad0260 authored Sep 23, 2024
1 parent ba943f3 commit fef6a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/_White/Telescope/TelescopeComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public sealed partial class TelescopeComponent : Component
public float Divisor = 0.1f;

[DataField, ViewVariables(VVAccess.ReadWrite), AutoNetworkedField]
public float LerpAmount = 0.1f;
public float LerpAmount = 0.95f;

[ViewVariables]
public EntityUid? LastEntity;
Expand Down

0 comments on commit fef6a4a

Please sign in to comment.