Ensure the GameWindow is visible when the Run() method is called.
This commit is contained in:
parent
045453fbf2
commit
59f9746665
1 changed files with 1 additions and 0 deletions
|
@ -379,6 +379,7 @@ namespace OpenTK
|
|||
update_watch.Reset();
|
||||
render_watch.Reset();
|
||||
|
||||
Visible = true; // Make sure the GameWindow is visible.
|
||||
OnLoadInternal(EventArgs.Empty);
|
||||
|
||||
Debug.Print("Entering main loop.");
|
||||
|
|
Loading…
Reference in a new issue