fix: Removes LINQ from Map.cs (#834)
* Removes LINQ from Map * Removes broken GetObjectsInRange with items/mobile flags.
This commit is contained in:
parent
5019ce9694
commit
284c3d0f34
6 changed files with 833 additions and 87 deletions
|
|
@ -15,6 +15,8 @@ namespace Benchmarks
|
|||
// var textEncoding = BenchmarkRunner.Run<BenchmarkTextEncoding>();
|
||||
// var logging = BenchmarkRunner.Run<BenchmarkConsoleLogging>();
|
||||
// var gumpPacket = BenchmarkRunner.Run<OutgoingGumpPacketBenchmarks>();
|
||||
// MapSelectors.Init();
|
||||
// var mapSelectors = BenchmarkRunner.Run<MapSelectors>();
|
||||
// var rngTest = BenchmarkRunner.Run<BenchmarkXoshiro>();
|
||||
var doubleRngText = BenchmarkRunner.Run<BenchmarkDoubleVsFixed>();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue