Merge pull request #164 from argonui/draw-one-bugfix
Draw 1 Button: bugfix for reference
This commit is contained in:
commit
e339dc941a
@ -631,7 +631,7 @@ function showDrawButton(visible)
|
|||||||
self.createButton({
|
self.createButton({
|
||||||
label = "Draw 1",
|
label = "Draw 1",
|
||||||
click_function = "doDrawOne",
|
click_function = "doDrawOne",
|
||||||
function_owner = mat,
|
function_owner = self,
|
||||||
position = { 1.84, 0.1, -0.36 },
|
position = { 1.84, 0.1, -0.36 },
|
||||||
scale = { 0.12, 0.12, 0.12 },
|
scale = { 0.12, 0.12, 0.12 },
|
||||||
width = 800,
|
width = 800,
|
||||||
|
Loading…
Reference in New Issue
Block a user