mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
code review
This commit is contained in:
parent
30e97c2a76
commit
ad2a7bfc3c
2 changed files with 3 additions and 2 deletions
|
@ -40,7 +40,7 @@ if (SHOW_TOOL_BAR) {
|
|||
var saveButton = toolBar.addOverlay("image", {
|
||||
width: BUTTON_SIZE,
|
||||
height: BUTTON_SIZE,
|
||||
imageURL: "http://headache.hungry.com/~seth/hifi/save.png",
|
||||
imageURL: ".../save.png",
|
||||
color: {
|
||||
red: 255,
|
||||
green: 255,
|
||||
|
@ -51,7 +51,7 @@ if (SHOW_TOOL_BAR) {
|
|||
var loadButton = toolBar.addOverlay("image", {
|
||||
width: BUTTON_SIZE,
|
||||
height: BUTTON_SIZE,
|
||||
imageURL: "http://headache.hungry.com/~seth/hifi/load.png",
|
||||
imageURL: ".../load.png",
|
||||
color: {
|
||||
red: 255,
|
||||
green: 255,
|
||||
|
|
|
@ -1224,6 +1224,7 @@ function MyController(hand) {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
this.getPresetPosition = function() {
|
||||
|
|
Loading…
Reference in a new issue