From 27bb08628cf925a65dc4aa4585ba7f3efa4052af Mon Sep 17 00:00:00 2001 From: NiiightmareXD Date: Sat, 24 Feb 2024 06:21:56 +0330 Subject: [PATCH] =?UTF-8?q?Fix=20Memory=20Leak=20=F0=9F=90=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/d3d11.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/d3d11.rs b/src/d3d11.rs index bda87fe..bfaf987 100644 --- a/src/d3d11.rs +++ b/src/d3d11.rs @@ -1,5 +1,5 @@ use windows::{ - core::ComInterface, + core::Interface, Graphics::DirectX::Direct3D11::IDirect3DDevice, Win32::{ Graphics::{