mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 09:46:53 +00:00
Hide from ExampleLauncher (not ready yet).
This commit is contained in:
parent
7ffbde31d1
commit
4d70f64c9a
|
@ -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 ---
|
||||
|
|
Loading…
Reference in a new issue