Skip to content

Commit

Permalink
Moved value node in front of the light bulb electrons, see phetsims/c…
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jul 3, 2017
1 parent f0771f0 commit 8c43e13
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 @@ -130,8 +130,8 @@ define( function( require ) {
this.lightRaysLayer,
this.mainLayer, // circuit elements, charges and meters
this.lightBulbSocketLayer, // fronts of light bulbs
this.valueLayer, // values
this.lightBulbSocketElectronLayer, // electrons in front of the sockets
this.valueLayer, // values
this.seriesAmmeterNodeReadoutPanelLayer, // fronts of series ammeters
this.highlightLayer, // highlights go in front of everything else
this.buttonLayer // vertex buttons
Expand Down

0 comments on commit 8c43e13

Please sign in to comment.