From 07c92283ab99f89b36b862dede1e1d55a693b40a Mon Sep 17 00:00:00 2001 From: Daniel Schmidt Date: Sun, 3 Apr 2022 11:53:28 +0200 Subject: [PATCH] Fixed indention --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ba5c0e..987f861 100644 --- a/README.md +++ b/README.md @@ -107,8 +107,8 @@ func main() { con.Print(2, 2, "Hello!\nTEST\n Line 3", t.Foreground(concolor.RGB(0, 255, 0)), t.Background(concolor.RGB(255, 0, 0))) con.Print(2, 7, fmt.Sprintf("TPS: %0.2f\nFPS: %0.2f\nElapsed: %0.4f", ebiten.CurrentFPS(), ebiten.CurrentFPS(), timeDelta)) - - return nil + + return nil }) // start the console with a scaling of 1