GLU tesselation example is no longer visible in release builds (it fails on Mono).

FrameBufferObject example: upldated title to match the rest of the examples.
This commit is contained in:
the_fiddler 2009-03-25 23:15:03 +00:00
parent 5df0343e6d
commit 6b9c4a3c78
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ using OpenTK.Graphics.OpenGL;
namespace Examples.Tutorial
{
[Example("Framebuffer Objects.", ExampleCategory.OpenGL)]
[Example("Framebuffer Objects", ExampleCategory.OpenGL)]
public class SimpleFBO : GameWindow
{
public SimpleFBO()

View file

@ -16,7 +16,7 @@ using OpenTK.Input;
namespace Examples
{
[Example("GLU Tesselation Functions Test", ExampleCategory.OpenGL)]
[Example("GLU Tesselation Functions Test", ExampleCategory.OpenGL, Visible = false)]
public class Test : GameWindow
{
int startList;