thecocce / actuate

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

unused parameters in "reflect method" #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
public function reflect(value:Boolean = true):GenericActuator
{
    motion_internal::reflect = true;
    motion_internal::special = true;
    return this;
}

maybe
    motion_internal::reflect = value;
    motion_internal::special = value;

?

Original issue reported on code.google.com by canab...@gmail.com on 8 Feb 2011 at 1:28

GoogleCodeExporter commented 8 years ago
Not sure why this one slipped through the cracks. This is now fixed in the haxe 
version

Original comment by joshuagr...@gmail.com on 3 Jan 2012 at 7:34