From 328c5ff7e1d8e4cfb5e70369a6098417be8bf7bb Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 17 Jul 2018 21:58:58 +0900 Subject: [PATCH] examples/windowsize: Fix message --- examples/windowsize/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/windowsize/main.go b/examples/windowsize/main.go index b9f5cec45..cb10ac9c9 100644 --- a/examples/windowsize/main.go +++ b/examples/windowsize/main.go @@ -182,8 +182,8 @@ Press B key to switch the run-in-background state Press C key to switch the cursor visibility Press I key to change the window icon Press V key to switch vsync -Press Q key to quit Press T key to switch TPS (ticks per second) +Press Q key to quit Cursor: (%d, %d) FPS: %0.2f TPS: %d`, x, y, ebiten.CurrentFPS(), ebiten.TPS())