March 15, 2012
3:22 p.m.
On Mar 14, 2012, at 3:08 PM, Guillermo Polito 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 me too. To be fixed.
Guille