Karl Ramberg uploaded a new version of MorphicExtras to project The Trunk:
http://source.squeak.org/trunk/MorphicExtras-kfr.228.mcz==================== Summary ====================
Name: MorphicExtras-kfr.228
Author: kfr
Time: 15 April 2018, 1:56:55.685131 pm
UUID: c7fa3c36-9397-174f-b075-b4eaf3705abc
Ancestors: MorphicExtras-kfr.227
Reverting MorphicExtras-kfr.227
=============== Diff against MorphicExtras-kfr.227 ===============
Item was added:
+ ----- Method: BouncingAtomsMorph>>intoWorld: (in category 'initialization') -----
+ intoWorld: newOwner
+ "Make sure report damage at least once"
+ damageReported := false.
+ super intoWorld: newOwner.
+ !
Item was removed:
- ----- Method: BouncingAtomsMorph>>justDroppedInto:event: (in category 'initialization') -----
- justDroppedInto: newOwner event: evt
- self startStepping
- !