Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
rollback
Browse files Browse the repository at this point in the history
	- broke could not fix
  • Loading branch information
Phoenixfirewingz committed Jun 28, 2023
1 parent 8a1e07e commit 4ce4a5c
Show file tree
Hide file tree
Showing 4 changed files with 114 additions and 142 deletions.
2 changes: 1 addition & 1 deletion DiscOut/Program.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ public static void Main(string[] args)
Console.Write($"DISCout Copyright (C) 2023-{DateTime.Now.Year} DISC (Digital Independent specialist College) \nThis program comes with ABSOLUTELY NO WARRANTY;\n");
BuildAvaloniaApp().StartWithClassicDesktopLifetime(args);
}
public static AppBuilder BuildAvaloniaApp() => AppBuilderDesktopExtensions.UsePlatformDetect().With(new Win32PlatformOptions { UseWgl = true }).LogToTrace();
public static AppBuilder BuildAvaloniaApp() => AppBuilder.Configure<Program>().UsePlatformDetect().With(new Win32PlatformOptions { UseWgl = true }).LogToTrace();
}
}
227 changes: 112 additions & 115 deletions DiscOut/Renderer/QuadBatchRenderer.cs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion SquareSmash.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netstandard2.1</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!--#if (UseCompiledBindings) -->
Expand Down
25 changes: 0 additions & 25 deletions SquareSmash.sln

This file was deleted.

0 comments on commit 4ce4a5c

Please sign in to comment.