From cc6fc6c0088ee3b81437254cbaf6241f91b3d95c Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 9 Aug 2017 14:17:51 -0400 Subject: stuff --- ShiftOS.Frontend/MainMenu.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ShiftOS.Frontend/MainMenu.cs') diff --git a/ShiftOS.Frontend/MainMenu.cs b/ShiftOS.Frontend/MainMenu.cs index db6ece9..361e425 100644 --- a/ShiftOS.Frontend/MainMenu.cs +++ b/ShiftOS.Frontend/MainMenu.cs @@ -333,7 +333,7 @@ namespace ShiftOS.Frontend gfx.DrawRectangle(0, 0, Width, Height, Color.Lerp(_redbg, _bluebg, _bglerp)); gfx.DrawRectangle(0, 0, Width / 4, Height, Color.White * 0.35F); - var measure = gfx.MeasureString(_tipText, _campaign.Font, (Width / 4) - 30); + var measure = GraphicsContext.MeasureString(_tipText, _campaign.Font, (Width / 4) - 30); int _height = (Height - (int)measure.Y) - 30; gfx.DrawString(_tipText, 30, _height, Color.White * _tipFade, _campaign.Font, (Width / 4) - 30); } -- cgit v1.2.3