From 1013dab2421c9d4fdcc4148274da41743590a318 Mon Sep 17 00:00:00 2001 From: MrScautHD <65916181+MrScautHD@users.noreply.github.com> Date: Sat, 19 Aug 2023 22:43:05 +0200 Subject: [PATCH] Update Window.cs --- Raylib-cs/types/Window.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Raylib-cs/types/Window.cs b/Raylib-cs/types/Window.cs index 6561a6c..cdaaf9b 100644 --- a/Raylib-cs/types/Window.cs +++ b/Raylib-cs/types/Window.cs @@ -158,7 +158,6 @@ public class Window : IDisposable public void Dispose() { if (!IsReady()) return; - this.Close(); } } \ No newline at end of file