From: Ben Sherratt Date: Wed, 23 Jun 2021 23:42:35 +0000 (+0100) Subject: README code fix X-Git-Url: https://git.bts.cx/p8-perfgraph.git/commitdiff_plain/b1218829b31952667ccf3e52b27fe09cc384a373 README code fix Missing goto --- diff --git a/README.md b/README.md index c978e30..d74eee7 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ Full example: ::l:: +p_start("frame") p_start("complicated 1") for i=0,100 do circfill(rnd()*128,rnd()*128,rnd()*100,rnd()*16) @@ -27,11 +28,14 @@ for i=0,100 do circ(rnd()*128,rnd()*128,rnd()*100,rnd()*16) end p_end("complicated 2") +p_end("frame") p_show(1,1,32) flip() +goto l + ``` Have fun. You can find a demo in perfgraphdemo.p8 in this repo. If you like this then feel free to follow me on Twitter: [@btsherratt](http://twitter.com/btsherratt/).