summaryrefslogtreecommitdiff
path: root/algorithm/test.bmx
diff options
context:
space:
mode:
Diffstat (limited to 'algorithm/test.bmx')
-rw-r--r--algorithm/test.bmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/algorithm/test.bmx b/algorithm/test.bmx
index 1da25c3..e303204 100644
--- a/algorithm/test.bmx
+++ b/algorithm/test.bmx
@@ -27,6 +27,7 @@ While Not KeyHit(KEY_ESCAPE)
SetColor(Rand(100,255),Rand(100,255),Rand(100,255))
Plot(p.x,p.y)
Next
+ EndRem
Local pa:TAlgoPoint[]=DoCircle(Rand(0,SCRW),Rand(0,SCRH),Rand(100,200))
@@ -36,7 +37,6 @@ While Not KeyHit(KEY_ESCAPE)
SetColor(Rand(100,255),Rand(100,255),Rand(100,255))
DrawLine(pa[f].x,pa[f].y,pa[nf].x,pa[nf].y)
Next
- EndRem
SetColor(255,0,0)
DrawLine(x1,y1,x2,y2)