Skip to content

Commit

Permalink
Merge pull request away3d#42 from lidev/master
Browse files Browse the repository at this point in the history
Mesh's addSubMesh() method changed to protected.
  • Loading branch information
richardolsson committed Aug 11, 2011
2 parents 11a577f + 845984c commit 19d9701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/away3d/entities/Mesh.as
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
/**
* Adds a SubMesh wrapping a SubGeometry.
*/
private function addSubMesh(subGeometry : SubGeometry) : void
protected function addSubMesh(subGeometry : SubGeometry) : void
{
var subMesh : SubMesh = new SubMesh(subGeometry, this, null);
var len : uint = _subMeshes.length;
Expand Down

0 comments on commit 19d9701

Please sign in to comment.