mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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
|
||||
function ToggleButtonBuddy(x, y, width, height, urls) {
|
||||
print("ToggleButtonBuddy() "+ x+ "," + y + "[" + width + ","+height+"] " + urls);
|
||||
this.up = Overlays.addOverlay("image", {
|
||||
x: x, y: y, width: width, height: height,
|
||||
subImage: { x: 0, y: 0, width: width, height: height},
|
||||
|
|
Loading…
Reference in a new issue