mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ui: Add comments
This commit is contained in:
parent
526fbd3619
commit
5ec5cf2450
@ -412,7 +412,7 @@ func SetWindowDecorated(decorated bool) {
|
||||
|
||||
panic("ui: SetWindowDecorated can't be called after Run so far.")
|
||||
|
||||
// TODO: Now SetAttrib doesn't exist on GLFW 3.2. Revisit later.
|
||||
// TODO: Now SetAttrib doesn't exist on GLFW 3.2. Revisit later (#556).
|
||||
// If SetAttrib exists, the implementation would be:
|
||||
//
|
||||
// _ = currentUI.runOnMainThread(func() error {
|
||||
|
Loading…
Reference in New Issue
Block a user