Browse Source

fix sandbox

pull/202/head
Scott Williams 9 years ago
parent
commit
d85e6196c5
  1. 2
      tests/ImageSharp.Sandbox46/Program.cs

2
tests/ImageSharp.Sandbox46/Program.cs

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

Loading…
Cancel
Save