CodeLoader class>>startUp: resuming
��� resuming ifTrue: [
��� ��� World ifNotNil: [��� World install. ActiveHand position: 100@100].
��� ��� self processUpdates.
��� ].
Is this method ok in this class?� I'd expect for
��� ��� World ifNotNil: [��� World install. ActiveHand position: 100@100].
to be on PasteUpMorph or so...
Guille