From 4824154027a6d6b8e19001e6eb178f6e5481c64e Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Tue, 7 Mar 2017 22:50:49 +0100
Subject: [PATCH] minor change

---
 graphics.go | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics.go b/graphics.go
index 70f3dd4..79997f2 100644
--- a/graphics.go
+++ b/graphics.go
@@ -26,12 +26,14 @@ func (s *Sprite) SetPicture(pic Picture) {
 		horizontal = V(bounds.W()/2, 0)
 		vertical   = V(0, bounds.H()/2)
 	)
+
 	(*s.tri)[0].Position = -horizontal - vertical
 	(*s.tri)[1].Position = +horizontal - vertical
 	(*s.tri)[2].Position = +horizontal + vertical
 	(*s.tri)[3].Position = -horizontal - vertical
 	(*s.tri)[4].Position = +horizontal + vertical
 	(*s.tri)[5].Position = -horizontal + vertical
+
 	for i := range *s.tri {
 		(*s.tri)[i].Color = NRGBA{1, 1, 1, 1}
 		(*s.tri)[i].Picture = center + (*s.tri)[i].Position
-- 
GitLab