mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 08:37:19 +02:00
fix typo
This commit is contained in:
parent
99acc9045d
commit
2d8bb54b93
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
// grab the toolbar
|
// grab the toolbar
|
||||||
var toolbar = Toolbars.getToolbar("com.highfidelity.interface.toolbar.system");
|
var toolbar = Toolbars.getToolbar("com.highfidelity.interface.toolbar.system");
|
||||||
|
|
||||||
var ASSETS_PATH = Script.resolvePath("assets"
|
var ASSETS_PATH = Script.resolvePath("assets");
|
||||||
var TOOLS_PATH = Script.resolvePath("assets/images/tools/");
|
var TOOLS_PATH = Script.resolvePath("assets/images/tools/");
|
||||||
|
|
||||||
function buttonImageURL() {
|
function buttonImageURL() {
|
||||||
|
|
Loading…
Reference in a new issue