From 3fa30256ce6764eb567e6811b643a82f55ff362a Mon Sep 17 00:00:00 2001 From: Aviu00 Date: Thu, 18 Jan 2024 11:16:13 +0300 Subject: [PATCH] Final fix --- .../Chat/TypingIndicator/TypingIndicatorPrototype.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Content.Shared/Chat/TypingIndicator/TypingIndicatorPrototype.cs b/Content.Shared/Chat/TypingIndicator/TypingIndicatorPrototype.cs index ee8a2459af..d139c253e7 100644 --- a/Content.Shared/Chat/TypingIndicator/TypingIndicatorPrototype.cs +++ b/Content.Shared/Chat/TypingIndicator/TypingIndicatorPrototype.cs @@ -1,4 +1,4 @@ -using System.Numerics; +using System.Numerics; using Robust.Shared.Prototypes; using Robust.Shared.Utility; @@ -20,7 +20,7 @@ public sealed partial class TypingIndicatorPrototype : IPrototype public string TypingState = default!; [DataField("offset")] - public Vector2 Offset = new(0.5f, 0.5f); + public Vector2 Offset = new(0, 0); [DataField("shader")] public string Shader = "unshaded";