Skip to content

Commit

Permalink
Moved socket layer in front of electrons, see phetsims/circuit-constr…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jul 26, 2017
1 parent 2a7147e commit 6919f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/view/CircuitLayerNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ define( function( require ) {
children: [
this.lightRaysLayer,
this.mainLayer, // circuit elements and meters
this.lightBulbSocketLayer, // fronts of light bulbs
this.chargeLayer,
this.lightBulbSocketLayer, // fronts of light bulbs
this.valueLayer, // values
this.seriesAmmeterNodeReadoutPanelLayer, // fronts of series ammeters
this.highlightLayer, // highlights go in front of everything else
Expand Down

0 comments on commit 6919f69

Please sign in to comment.