Skip to content

Commit 0c43395

Browse files
committed
Sweep a macOS deficiency under the rug
1 parent 782f384 commit 0c43395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/Windowing/Windowing/Implementations/SDL3/SdlSurfaceComponents.Window.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ private Rectangle<float> GetBounds(Rectangle<float> ca)
6565
)
6666
)
6767
{
68-
Sdl.ThrowError();
68+
Sdl.ClearError();
6969
}
7070

7171
return _bounds = new Rectangle<float>(

0 commit comments

Comments
 (0)