mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
internal/ui: fix comments
This commit is contained in:
parent
1d143ffccb
commit
1d02d20879
@ -64,7 +64,7 @@ func (w *windowDelegate) InitWithOrigDelegate(cmd objc.SEL, origDelegate objc.ID
|
|||||||
return self
|
return self
|
||||||
}
|
}
|
||||||
|
|
||||||
// The method set of origDelegate_ must sync with GLFWWindowDelegate's implementation.
|
// The method set of origDelegate must sync with GLFWWindowDelegate's implementation.
|
||||||
// See cocoa_window.m in GLFW.
|
// See cocoa_window.m in GLFW.
|
||||||
|
|
||||||
func (w *windowDelegate) WindowShouldClose(cmd objc.SEL, notification objc.ID) bool {
|
func (w *windowDelegate) WindowShouldClose(cmd objc.SEL, notification objc.ID) bool {
|
||||||
|
Loading…
Reference in New Issue
Block a user