perf graph
This commit is contained in:
@@ -3,7 +3,8 @@ using System.Linq;
|
||||
using System.Windows.Forms;
|
||||
using IjwFramework.Types;
|
||||
using System.Collections.Generic;
|
||||
using OpenRa.Game.Traits;
|
||||
using OpenRa.Game.Traits;
|
||||
using OpenRa.Game.Support;
|
||||
|
||||
namespace OpenRa.Game.Graphics
|
||||
{
|
||||
@@ -109,7 +110,9 @@ namespace OpenRa.Game.Graphics
|
||||
Game.LocalPlayer.Cash,
|
||||
Game.PathToPathCount,
|
||||
Game.NormalPathCount
|
||||
), new int2(5, 5), Color.White);
|
||||
), new int2(5, 5), Color.White);
|
||||
|
||||
PerfHistory.Render(renderer, lineRenderer);
|
||||
}
|
||||
|
||||
void DrawSelectionBox(Actor selectedUnit, Color c, bool drawHealthBar)
|
||||
|
||||
Reference in New Issue
Block a user