[squeak-dev] The Trunk: Graphics-nice.431.mcz

commits at source.squeak.org commits at source.squeak.org
Sun May 10 16:20:59 UTC 2020


Nicolas Cellier uploaded a new version of Graphics to project The Trunk:
http://source.squeak.org/trunk/Graphics-nice.431.mcz

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

Name: Graphics-nice.431
Author: nice
Time: 10 May 2020, 6:20:54.708121 pm
UUID: 97120981-48e8-42ff-823d-6ad4035ddae6
Ancestors: Graphics-mt.430

Use Float32Array explicitely

=============== Diff against Graphics-mt.430 ===============

Item was changed:
  ----- Method: MatrixTransform2x3>>explorerContents (in category 'explorer') -----
  explorerContents
+ 	^(Float32Array newFrom: self) explorerContents!
- 	^(FloatArray newFrom: self) explorerContents!



More information about the Squeak-dev mailing list