mirror of
https://github.com/robbert-vdh/nih-plug.git
synced 2026-07-01 02:36:54 +00:00
fix typo in code
This commit is contained in:
@@ -392,8 +392,7 @@ fn baseview_window_to_surface_target(
|
||||
NonZeroIsize::new(handle.hwnd as isize).unwrap(),
|
||||
);
|
||||
|
||||
raw_handle.hinstance =
|
||||
raw_handle.hinstance = NonZeroIsize::new(handle.hinstance as isize);
|
||||
raw_handle.hinstance = NonZeroIsize::new(handle.hinstance as isize);
|
||||
|
||||
raw_window_handle_06::RawWindowHandle::Win32(raw_handle)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user