Fix usage of wrong MathHelper class in AlertControl.cs

This commit is contained in:
Pieter-Jan Briers
2020-11-19 03:24:07 +01:00
parent 6967e8b7f8
commit 112933fc6e

View File

@@ -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
{