Update 'model' icon in edit.js

This commit is contained in:
Ryan Huffman 2016-04-20 10:00:38 -07:00
parent 8631fa6cd3
commit 712c0bdf9d

View file

@ -201,7 +201,7 @@ var toolBar = (function() {
}, true, false);
newModelButton = toolBar.addTool({
imageURL: toolIconUrl + "upload-01.svg",
imageURL: toolIconUrl + "model-01.svg",
subImage: {
x: 0,
y: Tool.IMAGE_WIDTH,