From e9a184546b18cf3b796bd560561f312934004c54 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Thu, 9 Sep 2010 01:48:52 +0200 Subject: Upgrading to CD 5.4 - and cleaning up. --- cd/test/simple/simple.led | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'cd/test/simple/simple.led') diff --git a/cd/test/simple/simple.led b/cd/test/simple/simple.led index 63f3dc2..d7ec30d 100755 --- a/cd/test/simple/simple.led +++ b/cd/test/simple/simple.led @@ -70,15 +70,16 @@ mnSurface = MENU ( ITEM("Window", SimpleDrawWindow), ITEM("Server Image", SimpleDrawImage), - ITEM("Image RGB", SimpleDrawImageRGB) + ITEM("Image RGB", SimpleDrawImageRGB), + ITEM("OpenGL", SimpleDrawGL) ) mnPrimitives = MENU ( - ITEM("All", SimpleDrawAll), - ITEM("Text Align", SimpleDrawTextAlign), - ITEM("Text Fonts", SimpleDrawTextFonts), - ITEM("Test", SimpleDrawTest) + ITEM("All", SimpleAll), + ITEM("Text Align", SimpleTextAlign), + ITEM("Text Fonts", SimpleTextFonts), + ITEM("Test", SimpleTest) ) mnSimpleMenu = MENU -- cgit v1.2.3