mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:58:27 +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", {
|
var saveButton = toolBar.addOverlay("image", {
|
||||||
width: BUTTON_SIZE,
|
width: BUTTON_SIZE,
|
||||||
height: BUTTON_SIZE,
|
height: BUTTON_SIZE,
|
||||||
imageURL: "http://headache.hungry.com/~seth/hifi/save.png",
|
imageURL: ".../save.png",
|
||||||
color: {
|
color: {
|
||||||
red: 255,
|
red: 255,
|
||||||
green: 255,
|
green: 255,
|
||||||
|
@ -51,7 +51,7 @@ if (SHOW_TOOL_BAR) {
|
||||||
var loadButton = toolBar.addOverlay("image", {
|
var loadButton = toolBar.addOverlay("image", {
|
||||||
width: BUTTON_SIZE,
|
width: BUTTON_SIZE,
|
||||||
height: BUTTON_SIZE,
|
height: BUTTON_SIZE,
|
||||||
imageURL: "http://headache.hungry.com/~seth/hifi/load.png",
|
imageURL: ".../load.png",
|
||||||
color: {
|
color: {
|
||||||
red: 255,
|
red: 255,
|
||||||
green: 255,
|
green: 255,
|
||||||
|
|
|
@ -1224,6 +1224,7 @@ function MyController(hand) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.getPresetPosition = function() {
|
this.getPresetPosition = function() {
|
||||||
|
|
Loading…
Reference in a new issue