Skip to content

Commit

Permalink
At DisplayScreen class side initialize there is no world yet
Browse files Browse the repository at this point in the history
  • Loading branch information
guillep committed Mar 20, 2020
1 parent f0a12f9 commit f657cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Graphics-Display Objects/DisplayScreen.class.st
Expand Up @@ -109,7 +109,7 @@ DisplayScreen class >> initialize [
| display |
display := self new.
display
setExtent: self actualScreenSize
setExtent: 0@0
depth: 32.
Smalltalk globals at: #Display put: display.
display beDisplay.
Expand Down

0 comments on commit f657cdb

Please sign in to comment.