Skip to content

Commit ddcc0ff

Browse files
committed
Small update to test/CmdLineArgs
1 parent 05b896f commit ddcc0ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/cmdLineArgs/src/cmdLineArgsApp.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Derives window background color from three floating point args, e.g. orange: cmdLineArgs 1.0 0.5 0.25
2+
13
#include "cinder/app/App.h"
24
#include "cinder/app/RendererGl.h"
35
#include "cinder/gl/gl.h"
@@ -7,7 +9,6 @@ using namespace ci;
79
using namespace ci::app;
810
using namespace std;
911

10-
// We'll create a new Cinder Application by deriving from the App class
1112
class cmdLineArgsApp : public App {
1213
public:
1314
void setup();

0 commit comments

Comments
 (0)