From b8eb7dccfdd16bd1d39bbedeb176fce7f0f1dc9e Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 19 Jul 2017 16:08:33 -0400 Subject: Fix terminal and add support for animations --- ShiftOS.Frontend/Apps/SystemStatus.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ShiftOS.Frontend/Apps/SystemStatus.cs') diff --git a/ShiftOS.Frontend/Apps/SystemStatus.cs b/ShiftOS.Frontend/Apps/SystemStatus.cs index 9add92b..772a642 100644 --- a/ShiftOS.Frontend/Apps/SystemStatus.cs +++ b/ShiftOS.Frontend/Apps/SystemStatus.cs @@ -3,6 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; +using Microsoft.Xna.Framework; using ShiftOS.Engine; using ShiftOS.Frontend.Desktop; using ShiftOS.Frontend.GraphicsSubsystem; @@ -48,7 +49,7 @@ namespace ShiftOS.Frontend.Apps { } - protected override void OnLayout() + protected override void OnLayout(GameTime gameTime) { _header.Font = SkinEngine.LoadedSkin.HeaderFont; _header.X = 20; -- cgit v1.2.3