mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-02-23 23:07:49 +11:00
Fixed lint error
This commit is contained in:
parent
fbf1d54db6
commit
434ba591f2
1 changed files with 0 additions and 1 deletions
|
@ -291,7 +291,6 @@ impl Window {
|
||||||
&mut view_handle,
|
&mut view_handle,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
||||||
if opts.topmost {
|
if opts.topmost {
|
||||||
mfb_topmost(handle, true);
|
mfb_topmost(handle, true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue