From a35aa78bd2f019fb6d828bb3f88c26ac66f15224 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 11 Feb 2022 00:57:13 +0900 Subject: [PATCH] ebiten: remove a wrong old comment --- window.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/window.go b/window.go index 948db68b9..94e49dcaa 100644 --- a/window.go +++ b/window.go @@ -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). //