Minor typo fix

This commit is contained in:
Justin Clift 2018-08-20 19:05:15 +01:00
parent 4e8abf93fb
commit 949c1833f4

View file

@ -26,7 +26,7 @@ func main() {
raylib.DrawRectangle(screenWidth/2-40, boxPositionY, 80, 80, raylib.Maroon)
raylib.DrawText("Use mouse wheel to move the cube up and down!", 10, 10, 20, raylib.Gray)
raylib.DrawText("Use mouse wheel to move the square up and down!", 10, 10, 20, raylib.Gray)
raylib.DrawText(fmt.Sprintf("Box position Y: %d", boxPositionY), 10, 40, 20, raylib.LightGray)
raylib.EndDrawing()