Suppressed "Example Browser not ready" message box.
This commit is contained in:
parent
483ce0e533
commit
6581d66007
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ namespace Examples
|
|||
{
|
||||
if (show_warning)
|
||||
{
|
||||
MessageBox.Show("The new Sample Browser is not complete. Please report any issues at http://www.opentk.com/project/issues.",
|
||||
"Work in Progress", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
//MessageBox.Show("The new Sample Browser is not complete. Please report any issues at http://www.opentk.com/project/issues.",
|
||||
// "Work in Progress", MessageBoxButtons.OK, MessageBoxIcon.Information);
|
||||
show_warning = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue