From 112933fc6e495d9218992da7918c32483aa6daa0 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 19 Nov 2020 03:24:07 +0100 Subject: [PATCH] Fix usage of wrong MathHelper class in AlertControl.cs --- Content.Client/GameObjects/Components/Mobs/AlertControl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/GameObjects/Components/Mobs/AlertControl.cs b/Content.Client/GameObjects/Components/Mobs/AlertControl.cs index b1a60f5fc9..b799783594 100644 --- a/Content.Client/GameObjects/Components/Mobs/AlertControl.cs +++ b/Content.Client/GameObjects/Components/Mobs/AlertControl.cs @@ -3,9 +3,9 @@ using System; using Content.Client.UserInterface; using Content.Client.Utility; using Content.Shared.Alert; -using OpenToolkit.Mathematics; using Robust.Client.Interfaces.ResourceManagement; using Robust.Client.UserInterface.Controls; +using Robust.Shared.Maths; namespace Content.Client.GameObjects.Components.Mobs {