Ensure the GameWindow is visible when the Run() method is called.

This commit is contained in:
the_fiddler 2009-09-19 21:56:13 +00:00
parent 045453fbf2
commit 59f9746665

View file

@ -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.");