mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ui: Fix comment
This commit is contained in:
parent
f9edfd7d57
commit
0e7dab3707
@ -766,7 +766,7 @@ func (u *userInterface) forceSetScreenSize(width, height int, scale float64, ful
|
|||||||
u.toChangeSize = true
|
u.toChangeSize = true
|
||||||
}
|
}
|
||||||
|
|
||||||
// currentMonitor returns the monitor most suitable from the current window.
|
// currentMonitor returns the monitor most suitable with the current window.
|
||||||
//
|
//
|
||||||
// currentMonitor must be called on the main thread.
|
// currentMonitor must be called on the main thread.
|
||||||
func (u *userInterface) currentMonitor() *glfw.Monitor {
|
func (u *userInterface) currentMonitor() *glfw.Monitor {
|
||||||
|
Loading…
Reference in New Issue
Block a user