Hide from ExampleLauncher (not ready yet).

This commit is contained in:
the_fiddler 2008-01-15 12:24:36 +00:00
parent 7ffbde31d1
commit 4d70f64c9a

View file

@ -22,7 +22,7 @@ using OpenTK.Math;
namespace Examples.Tutorial
{
[Example("Vertex Buffer Objects", ExampleCategory.Tutorial, 8)]
[Example("Vertex Buffer Objects", ExampleCategory.Tutorial, 8, false)]
public class T08_VBO : GameWindow
{
#region --- Private Fields ---