diff --git a/ConsoleApp1/Program.cs b/ConsoleApp1/Program.cs index 8fd0450..f27c4c9 100644 --- a/ConsoleApp1/Program.cs +++ b/ConsoleApp1/Program.cs @@ -40,9 +40,9 @@ namespace ConsoleApp1 #else (OperatingSystemType.Windows, new WindowsPlatform(false), new SkiaDrawingFactory { - //#if NETCOREAPP3_1_OR_GREATER +#if NETCOREAPP3_1_OR_GREATER UseGPU = true - //#endif +#endif }) , (OperatingSystemType.OSX, new CPF.Mac.MacPlatform(), new SkiaDrawingFactory { UseGPU = false }) , (OperatingSystemType.Linux, new CPF.Linux.LinuxPlatform(), new SkiaDrawingFactory { UseGPU = true })