having a look at this perf stuff...

This commit is contained in:
Chris Forbes
2010-03-28 10:34:43 +13:00
parent e1f6a741b8
commit 6b7d824b9b
7 changed files with 33 additions and 17 deletions

View File

@@ -53,7 +53,7 @@ namespace OpenRA.Orders
string ChooseCursor(World world, MouseInput mi)
{
using (new PerfSample("cursor"))
//using (new PerfSample("cursor"))
{
var p = Game.controller.MousePosition;
var c = Order(world, p.ToInt2(), mi)