From 020b0ff79c315271b1baa7ab81786420b075fba9 Mon Sep 17 00:00:00 2001 From: halx99 Date: Sun, 2 Aug 2020 16:24:30 +0800 Subject: [PATCH] Update comment [skip appveyor] [skip travis] --- cocos/platform/desktop/CCGLViewImpl-desktop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocos/platform/desktop/CCGLViewImpl-desktop.h b/cocos/platform/desktop/CCGLViewImpl-desktop.h index dc4db8e97d..b8cd6719df 100644 --- a/cocos/platform/desktop/CCGLViewImpl-desktop.h +++ b/cocos/platform/desktop/CCGLViewImpl-desktop.h @@ -83,7 +83,7 @@ public: bool isFullscreen() const; - /* Sets primary monitor full screen with w*h(refresh rate) */ + /* Sets primary monitor full screen with default w*h(refresh rate) */ void setFullscreen(); /* Sets primary monitor full screen with w*h(refresh rate) */ void setFullscreen(int w, int h, int refreshRate);