Browse Source

fix sandbox

af/merge-core
Scott Williams 9 years ago
parent
commit
5940fb4144
  1. 2
      tests/ImageSharp.Sandbox46/Program.cs

2
tests/ImageSharp.Sandbox46/Program.cs

@ -53,7 +53,7 @@ namespace ImageSharp.Sandbox46
private static void RunToVector4ProfilingTest() private static void RunToVector4ProfilingTest()
{ {
BulkPixelOperationsTests.Color32 tests = new BulkPixelOperationsTests.Color32(new ConsoleOutput()); PixelOperationsTests.Color32 tests = new PixelOperationsTests.Color32(new ConsoleOutput());
tests.Benchmark_ToVector4(); tests.Benchmark_ToVector4();
} }

Loading…
Cancel
Save