hiteshsuthar / rokon

Automatically exported from code.google.com/p/rokon
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

DimensionalObject setSize #91

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What version of Rokon are you using?
2.0.2

Please provide any additional information below.

the source code is here:
public void setSize(float width, float height) 
{
    this.width = width;
}

obviously forget "this.height = height;"

Original issue reported on code.google.com by rayjun...@gmail.com on 5 Jul 2010 at 3:04

GoogleCodeExporter commented 8 years ago
This was fixed in r340

Original comment by rtaylor205@gmail.com on 5 Jul 2010 at 9:38