On Wed, Mar 14, 2012 at 3:08 PM, Guillermo Polito
<guillermopolito@gmail.com> wrote:
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...
Yes, and moreover I still don't understand why CodeLoader needs to reinstall World. Why it needs that apart from the #processUpdates ?
Maybe we can remove all that World reinitialization from this startUp:
Anyone knows?
�
Guille