mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 02:04:26 +02:00
remove debug line
This commit is contained in:
parent
21b66354ef
commit
add7f54af3
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@
|
||||||
|
|
||||||
// Toggle button helper
|
// Toggle button helper
|
||||||
function ToggleButtonBuddy(x, y, width, height, urls) {
|
function ToggleButtonBuddy(x, y, width, height, urls) {
|
||||||
print("ToggleButtonBuddy() "+ x+ "," + y + "[" + width + ","+height+"] " + urls);
|
|
||||||
this.up = Overlays.addOverlay("image", {
|
this.up = Overlays.addOverlay("image", {
|
||||||
x: x, y: y, width: width, height: height,
|
x: x, y: y, width: width, height: height,
|
||||||
subImage: { x: 0, y: 0, width: width, height: height},
|
subImage: { x: 0, y: 0, width: width, height: height},
|
||||||
|
|
Loading…
Reference in a new issue