[etoys-dev] Etoys Inbox: Flash-tfel.2.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jul 28 04:26:11 EDT 2016


Tim Felgentreff uploaded a new version of Flash to project Etoys Inbox:
http://source.squeak.org/etoysinbox/Flash-tfel.2.mcz

==================== Summary ====================

Name: Flash-tfel.2
Author: tfel
Time: 27 July 2016, 3:02:22.395495 pm
UUID: e17d7bf1-4ea4-9d45-ab5a-3db55ced5920
Ancestors: Flash-bf.1

small fix

=============== Diff against Flash-bf.1 ===============

Item was changed:
- SystemOrganization addCategory: #'Flash-Support'!
- SystemOrganization addCategory: #'Flash-Morphs'!
  SystemOrganization addCategory: #'Flash-Import'!
+ SystemOrganization addCategory: #'Flash-Morphs'!
+ SystemOrganization addCategory: #'Flash-Support'!

Item was changed:
  ----- Method: FlashMorphReader>>computeFillLists (in category 'computing shapes') -----
  computeFillLists
  	"Compute the fill index lists"
  	| leftFills rightFills |
+ 	leftFills _ leftFillList contents as: ShortRunArray.
- 	leftFills_ leftFillList contents as: ShortRunArray.
  	rightFills _ rightFillList contents as: ShortRunArray.
  	^Array with: leftFills with: rightFills!



More information about the etoys-dev mailing list