Skip to content

Commit

Permalink
For macOS platform, fixes regression in -headless mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
marceltaeumel committed Apr 19, 2022
1 parent 1283ba4 commit 2a0e785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platforms/iOS/vm/Common/Classes/sqSqueakNullScreenAndWindow.m
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ - (id) getMainView {
- (void) ioSetFullScreen: (sqInt) fullScreen {
}

- (double) ioSceenScaleFactor {
return 1.0;
- (double) ioScreenScaleFactor {
return nan("MISS");
}

- (sqInt) ioScreenSize {
Expand Down

0 comments on commit 2a0e785

Please sign in to comment.