diff options
author | scuri <scuri> | 2010-06-16 17:18:08 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-06-16 17:18:08 +0000 |
commit | 72857b1207600b10bd73e9b1fee479438aae3ac9 (patch) | |
tree | 8f4172c1a0e376833e420978bd6c2ca24dc5dc6d /html/en/func | |
parent | 127ec89889f5a6af402d1d4a42d298d0aa98b7d3 (diff) |
*** empty log message ***
Diffstat (limited to 'html/en/func')
-rw-r--r-- | html/en/func/polygon.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/en/func/polygon.html b/html/en/func/polygon.html index c2acb9a..90890d4 100644 --- a/html/en/func/polygon.html +++ b/html/en/func/polygon.html @@ -86,7 +86,7 @@ canvas:End() [in Lua]</pre> <p>Ends the polygon's definition and draws it.</p> -<pre class="function"><span class="mainFunction">void <a name="cdEnd0">cdCanvasPathSet</a>(cdCanvas* canvas, int action); [in C]</span> +<pre class="function"><span class="mainFunction">void <a name="cdPathSet">cdCanvasPathSet</a>(cdCanvas* canvas, int action); [in C]</span> canvas:PathSet(action: number) [in Lua]</pre> |