Update submodule, noise removal, parallax optimizations.

This commit is contained in:
Pieter-Jan Briers
2019-08-07 18:10:55 +02:00
parent 6079950220
commit 3c09c18943
7 changed files with 91 additions and 68 deletions

View File

@@ -8,6 +8,7 @@
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<Platforms>x64</Platforms>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BenchmarkDotNet" Version="0.11.5" />

View File

@@ -1,9 +1,8 @@
using BenchmarkDotNet.Configs;
using BenchmarkDotNet.Running;
using BenchmarkDotNet.Running;
namespace Content.Benchmarks
{
internal class Program
internal static class Program
{
public static void Main(string[] args)
{