mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-24 02:35:36 +00:00
Slight documentation update.
This commit is contained in:
parent
5498022742
commit
88cfad13b9
|
@ -165,7 +165,7 @@ namespace Examples
|
|||
{
|
||||
this.Visible = true;
|
||||
this.TopMost = true; // Bring the ExampleLauncher window to front
|
||||
this.TopMost = false; // but don't allow the user to cover it with other windows.
|
||||
this.TopMost = false; // but allow the user to cover it with other windows.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue