fixed inconsistent styling
This commit is contained in:
parent
52c203322c
commit
d0a59901b9
@ -208,7 +208,7 @@ function onUpdate()
|
|||||||
-- Even if the last location left the play area, need one last draw to clear the lines
|
-- Even if the last location left the play area, need one last draw to clear the lines
|
||||||
needsConnectionDraw = true
|
needsConnectionDraw = true
|
||||||
end
|
end
|
||||||
if (needsConnectionRebuild) then
|
if needsConnectionRebuild then
|
||||||
rebuildConnectionList()
|
rebuildConnectionList()
|
||||||
end
|
end
|
||||||
if needsConnectionDraw then
|
if needsConnectionDraw then
|
||||||
|
Loading…
Reference in New Issue
Block a user