Skip to content

Commit 3757d7d

Browse files
committed
update for 2.207
1 parent 5d50d0d commit 3757d7d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/platform/Win32.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ class $modify(CCEGLView) {
3939
CCEGLView::updateWindow(width, height);
4040
}
4141

42-
void toggleFullScreen(bool value, bool borderless) {
42+
void toggleFullScreen(bool value, bool borderless, bool fix) {
4343
if (!DevTools::get()->isSetup())
44-
return CCEGLView::toggleFullScreen(value, borderless);
44+
return CCEGLView::toggleFullScreen(value, borderless, fix);
4545

4646
DevTools::get()->destroy();
47-
CCEGLView::toggleFullScreen(value, borderless);
47+
CCEGLView::toggleFullScreen(value, borderless, fix);
4848
DevTools::get()->setup();
4949
}
5050

0 commit comments

Comments
 (0)