Remove some stray semicolons

This commit is contained in:
ScottNZ
2014-06-14 02:02:38 +12:00
parent 6b85660d7d
commit 831b9b3ca3
2 changed files with 2 additions and 2 deletions

View File

@@ -172,7 +172,7 @@ namespace OpenRA
// Yuck... But this helps the UI Jank when opening the map selector significantly.
Thread.Sleep(Environment.ProcessorCount == 1 ? 25 : 5);
};
}
}
Log.Write("debug", "MapCache.LoadAsyncInternal ended");
}