about summary refs log tree commit diff
path: root/draw.go
diff options
context:
space:
mode:
Diffstat (limited to 'draw.go')
-rw-r--r--draw.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.go b/draw.go
index 1d7eb4f..5f96e87 100644
--- a/draw.go
+++ b/draw.go
@@ -42,7 +42,7 @@ func drawQuadtree(context *gg.Context, q Quadtree) {
 			// define the current star
 			x := q.Star.C.X
 			y := q.Star.C.Y
-			starsize := 1
+			starsize := 2
 
 			// set the color of the stars to green
 			context.SetRGB(0, 1, 1)