ebiten: remove a wrong old comment

This commit is contained in:
Hajime Hoshi 2022-02-11 00:57:13 +09:00
parent 8246650c6f
commit a35aa78bd2

View File

@ -56,8 +56,6 @@ func IsWindowResizable() bool {
//
// The window is not resizable by default.
//
// If SetWindowResizable is called with true and Run is used, SetWindowResizable panics. Use RunGame instead.
//
// SetWindowResizable does nothing on macOS when the window is fullscreened natively by the macOS desktop
// instead of SetFullscreen(true).
//