Watch
2
0
Fork
You've already forked raylib-cs
0

Update Window.cs

This commit is contained in:
MrScautHD 2023-08-19 22:43:05 +02:00
commit 1013dab242

View file

@ -158,7 +158,6 @@ public class Window : IDisposable
public void Dispose() public void Dispose()
{ {
if (!IsReady()) return; if (!IsReady()) return;
this.Close(); this.Close();
} }
} }