Merge pull request #1417 from TheRealDust/fixed-lints

Fixed Dead Code Warning
This commit is contained in:
Cobrand
2024-07-02 10:47:56 +02:00
committed by GitHub

View File

@@ -547,6 +547,7 @@ impl GLContext {
pub struct WindowContext {
subsystem: VideoSubsystem,
raw: *mut sys::SDL_Window,
#[allow(dead_code)]
pub(crate) metal_view: sys::SDL_MetalView,
}