minor bugfix
This commit is contained in:
parent
73552571c0
commit
04d2c7856b
@ -53,7 +53,7 @@ do
|
|||||||
|
|
||||||
-- Sets the connection color
|
-- Sets the connection color
|
||||||
PlayAreaApi.setConnectionColor = function(color)
|
PlayAreaApi.setConnectionColor = function(color)
|
||||||
getPlayArea().call("setConnectionColor")
|
getPlayArea().call("setConnectionColor", color)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Event to be called when the current scenario has changed.
|
-- Event to be called when the current scenario has changed.
|
||||||
|
Loading…
Reference in New Issue
Block a user