Skip to content

Commit

Permalink
Fix dependency: do not reference directly BARenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed May 10, 2024
1 parent 0980047 commit e77072d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BlocHost-Morphic/BlMorphicHost.class.st
Expand Up @@ -64,7 +64,7 @@ BlMorphicHost >> createHostSpaceFor: aSpace [
universe: self universe;
host: self;
space: aSpace;
renderer: BARenderer new;
renderer: BlHostRenderer preferableClass new;
yourself.

aSpace hostSpace: aHostSpace
Expand Down

0 comments on commit e77072d

Please sign in to comment.