Skip to content

Commit 2a0e785

Browse files
committed
For macOS platform, fixes regression in -headless mode.
1 parent 1283ba4 commit 2a0e785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

platforms/iOS/vm/Common/Classes/sqSqueakNullScreenAndWindow.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ - (id) getMainView {
6262
- (void) ioSetFullScreen: (sqInt) fullScreen {
6363
}
6464

65-
- (double) ioSceenScaleFactor {
66-
return 1.0;
65+
- (double) ioScreenScaleFactor {
66+
return nan("MISS");
6767
}
6868

6969
- (sqInt) ioScreenSize {

0 commit comments

Comments
 (0)