summaryrefslogtreecommitdiff
path: root/graphics.go
diff options
context:
space:
mode:
Diffstat (limited to 'graphics.go')
-rw-r--r--graphics.go6
1 files changed, 1 insertions, 5 deletions
diff --git a/graphics.go b/graphics.go
index 0aacdb7..7107926 100644
--- a/graphics.go
+++ b/graphics.go
@@ -12,11 +12,7 @@ import (
)
var (
- vertices = []float32{
- 0.0, 0.5, 0.0,
- -0.5, -0.5, 0.0,
- 0.5, -0.5, 0.0,
- }
+ vertices []float32
)
const (