Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbro committed Jul 6, 2012
1 parent 592a685 commit fec62c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bludGraphics.h
Expand Up @@ -54,7 +54,6 @@ class bludGraphics {
return 1; return 1;
} }
int setBackground(lua_State *L) { int setBackground(lua_State *L) {
ofBackgroundGradient(<#const ofColor &start#>, <#const ofColor &end#>);
ofBackground(luaL_checknumber(L, 1), luaL_checknumber(L, 2), luaL_checknumber(L, 3)); ofBackground(luaL_checknumber(L, 1), luaL_checknumber(L, 2), luaL_checknumber(L, 3));
return 1; return 1;
} }
Expand Down

0 comments on commit fec62c1

Please sign in to comment.