If you compile SVN revision 3102, you'll notice a compiler warning in
LatheExtrude.as. The setter for materials looks like this:
public function set materials(val:MultipleMaterials):void
{
_materials = val;
if(_materials.front && this.material != _materials.front);
this.material = _materials.front;
invalidateGeometry();
}
The semicolon on the "if" line is incorrect.
Original issue reported on code.google.com by david.gr...@rockyou.com on 1 Apr 2011 at 5:42
Original issue reported on code.google.com by
david.gr...@rockyou.com
on 1 Apr 2011 at 5:42