mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 19:31:30 +11:00
Fixed lint error
This commit is contained in:
parent
fbf1d54db6
commit
434ba591f2
|
@ -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…
Reference in a new issue