mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-05-04 22:02:12 +00:00
Removed the example number.
This commit is contained in:
parent
bd8cc95bc2
commit
c56152fe3b
|
@ -15,7 +15,7 @@ using System.Runtime.InteropServices;
|
||||||
|
|
||||||
namespace Examples
|
namespace Examples
|
||||||
{
|
{
|
||||||
[Example("GLU Tesselation Functions Test", ExampleCategory.OpenGL, 10)]
|
[Example("GLU Tesselation Functions Test", ExampleCategory.OpenGL)]
|
||||||
public class Test : GameWindow
|
public class Test : GameWindow
|
||||||
{
|
{
|
||||||
int startList;
|
int startList;
|
||||||
|
|
Loading…
Reference in a new issue