ui: Fix comment

This commit is contained in:
Hajime Hoshi 2018-10-06 20:04:48 +09:00
parent f9edfd7d57
commit 0e7dab3707

View File

@ -766,7 +766,7 @@ func (u *userInterface) forceSetScreenSize(width, height int, scale float64, ful
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.
func (u *userInterface) currentMonitor() *glfw.Monitor {