Skip to content

Commit

Permalink
ebiten: Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Oct 17, 2020
1 parent fe55854 commit ac6930f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ type Game interface {
Layout(outsideWidth, outsideHeight int) (screenWidth, screenHeight int)
}

// TPS represents a default ticks per second, that represents how many times game updating happens in a second.
// DefaultTPS represents a default ticks per second, that represents how many times game updating happens in a second.
const DefaultTPS = 60

// FPS represents the default TPS (tick per second). This is for backward compatibility.
Expand Down

0 comments on commit ac6930f

Please sign in to comment.