mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 01:08:48 +02:00
Fix diectory.js script's icon URL
This commit is contained in:
parent
efd72be96f
commit
d61f0584c3
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ var toolBar = (function() {
|
||||||
y: -TOOLBAR_MARGIN_Y - toolHeight
|
y: -TOOLBAR_MARGIN_Y - toolHeight
|
||||||
});
|
});
|
||||||
browseDirectoryButton = toolBar.addTool({
|
browseDirectoryButton = toolBar.addTool({
|
||||||
imageURL: toolIconUrl + "directory-01.svg",
|
imageURL: toolIconUrl + "directory.svg",
|
||||||
subImage: {
|
subImage: {
|
||||||
x: 0,
|
x: 0,
|
||||||
y: Tool.IMAGE_WIDTH,
|
y: Tool.IMAGE_WIDTH,
|
||||||
|
|
Loading…
Reference in a new issue