mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-21 23:40:08 +01:00
ebiten: fixed typo in comment (#3199)
Added a period to the function description, making it easier to read in the IDE hover tooptip.
This commit is contained in:
parent
1fe545611f
commit
68befe41db
@ -174,7 +174,7 @@ func initializeWindowPositionIfNeeded(width, height int) {
|
||||
// WindowSize returns the window size on desktops.
|
||||
// WindowSize returns (0, 0) on other environments.
|
||||
//
|
||||
// Even if the application is in fullscreen mode, WindowSize returns the original window size
|
||||
// Even if the application is in fullscreen mode, WindowSize returns the original window size.
|
||||
// If you need the fullscreen dimensions, see Monitor().Size() instead.
|
||||
//
|
||||
// WindowSize is concurrent-safe.
|
||||
|
Loading…
Reference in New Issue
Block a user