Skip to content

Commit

Permalink
fix last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Oct 21, 2024
1 parent 38cc56f commit 86ea316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/graphics/jswrap_graphics.c
Original file line number Diff line number Diff line change
Expand Up @@ -2863,7 +2863,7 @@ JsVar *jswrap_graphics_getVectorFontPolys(JsGraphics *gfx, JsVar *str, JsVar *op
"type" : "method",
"class" : "Graphics",
"name" : "drawLineString",
"#if" : "defined(DICKENS)", no_docs":1,
"#if" : "defined(DICKENS)", "no_docs":1,
"generate" : "jswrap_graphics_drawLineString",
"params" : [
["str","JsVar","The string"],
Expand Down Expand Up @@ -4278,7 +4278,7 @@ void jswrap_graphics_dump(JsVar *parent) {
"type" : "method",
"class" : "Graphics",
"name" : "saveScreenshot",
"#if" : "defined(DICKENS)", no_docs":1,
"#if" : "defined(DICKENS)", "no_docs":1,
"generate" : "jswrap_graphics_saveScreenshot",
"params" : [
["filename","JsVar","If supplied, a file to save, otherwise 'screenshot.img'"]
Expand Down

0 comments on commit 86ea316

Please sign in to comment.