yozefx / gtge

Automatically exported from code.google.com/p/gtge
0 stars 0 forks source link

Encapsulate the height and width variables in the CollisionRect and Sprite classes. #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The height and width variables in the CollisionRect and Sprite classes need to 
be encapsulated and deprecated - they will not be able to be accessed directly 
after 0.2.4.  Any new accessor or mutator should use the final modifier to 
prevent subclasses from overriding a simple setter or getter.

Original issue reported on code.google.com by MetroidF...@gmail.com on 7 Jun 2010 at 1:07

GoogleCodeExporter commented 8 years ago
Verified fixed @109.

Original comment by MetroidF...@gmail.com on 7 Jun 2010 at 11:27