mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-27 02:56:33 +11:00
Lint fix again
This commit is contained in:
parent
434ba591f2
commit
1f21794c8c
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ impl Window {
|
|||
&mut view_handle,
|
||||
);
|
||||
|
||||
if opts.topmost {
|
||||
if opts.topmost {
|
||||
mfb_topmost(handle, true);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue