Skip to content

Commit

Permalink
Comment out axis shading until fully developed
Browse files Browse the repository at this point in the history
  • Loading branch information
aardgoose committed Dec 23, 2017
1 parent f5971ea commit b310e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/ui/UI.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ var legShadingModes = {
'height cursor': SHADING_CURSOR,
'fixed': SHADING_SINGLE,
'survey': SHADING_SURVEY,
'route': SHADING_PATH,
'axis': SHADING_AXIS
'route': SHADING_PATH
// 'axis': SHADING_AXIS
};

var surfaceShadingModes = {
Expand Down

0 comments on commit b310e6c

Please sign in to comment.