Skip to content

Commit

Permalink
Merge a765bf8
Browse files Browse the repository at this point in the history
  • Loading branch information
akevalion committed Oct 30, 2023
2 parents 9d39f09 + a765bf8 commit ea0c0f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Roassal-Examples/RSRenderTreeExamples.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RSRenderTreeExamples >> example01BigVisualization131k [
"(2 raisedTo: 17) = 131072 = 131K"
| c b1 b2 |
c := RSCanvas new.
c aaNone.
c host aaNone.
b2 := nil.
1 to: (2 raisedTo: 17) do: [ :i |
b1 := b2.
Expand All @@ -42,7 +42,7 @@ RSRenderTreeExamples >> example02BigVisualizationHalfMillion [
"(2 raisedTo: 19) = 524288 = 0.52 Million"
| c b1 b2 |
c := RSCanvas new.
c aaNone.
c host aaNone.
b2 := nil.
1 to: (2 raisedTo: 19) do: [ :i |
b1 := b2.
Expand Down

0 comments on commit ea0c0f7

Please sign in to comment.