Skip to content

Commit

Permalink
removed commented code.
Browse files Browse the repository at this point in the history
  • Loading branch information
walterhiggins committed Mar 16, 2014
1 parent d641287 commit 2adf0e3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/main/js/plugins/drone/sphere.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ Drone.extend( 'hemisphere0', function( block, radius, northSouth ) {
// mid section
//
if ( northSouth == 'north' ) {
//this.cylinder( block, radius, slices[0][1], { blockType: bm[0], meta: bm[1] } );

this.arc({
blockType: bm[0],
meta: bm[1],
Expand All @@ -332,6 +332,7 @@ Drone.extend( 'hemisphere0', function( block, radius, northSouth ) {
});
} else {
this.up( radius - slices[0][1] );

this.arc({
blockType: bm[0],
meta: bm[1],
Expand All @@ -340,7 +341,7 @@ Drone.extend( 'hemisphere0', function( block, radius, northSouth ) {
stack: slices[0][1],
fill: false
});
//this.cylinder( block, radius, slices[0][1], { blockType: bm[0], meta: bm[1] } )

this.down( radius - slices[0][1] );
}

Expand All @@ -357,7 +358,6 @@ Drone.extend( 'hemisphere0', function( block, radius, northSouth ) {
.fwd( h )
.right( h );

//this.cylinder( block, sr, sh, { blockType: bm[0], meta: bm[1] } );
this.arc( {
blockType: bm[0],
meta: bm[1],
Expand All @@ -377,7 +377,6 @@ Drone.extend( 'hemisphere0', function( block, radius, northSouth ) {
.fwd( h )
.right( h );

//this.cylinder( block, sr, sh, { blockType: bm[0], meta: bm[1] } );
this.arc({
blockType: bm[0],
meta: bm[1],
Expand Down

0 comments on commit 2adf0e3

Please sign in to comment.