This commit is contained in:
Stani 2015-07-11 18:41:38 +02:00
parent 743e113349
commit 6e1b43c32f
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import (
)
// Main draws a left hand and ear of a gopher. Afterwards it returns
// the filename. This should only be during testing.
// the filename. This should only be used during testing.
func Main(gc draw2d.GraphicContext, ext string) (string, error) {
gc.Save()
gc.Scale(0.5, 0.5)