Fix typo in gamestate docs

"looses" -> "loses"
This commit is contained in:
Tobias V. Langhoff 2018-10-09 20:19:41 +02:00 committed by GitHub
parent c7fa7794b5
commit 51caee1430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,7 +82,7 @@ callbacks for initalizing, entering and leaving a state:
Draw on the screen. Called every frame.
``focus()``
Called if the window gets or looses focus.
Called if the window gets or loses focus.
``keypressed()``
Triggered when a key is pressed.