only print services which fit (atleast partly) on screen
This commit is contained in:
parent
0ba7788625
commit
07c733e4d0
1 changed files with 4 additions and 0 deletions
4
node.lua
4
node.lua
|
@ -88,5 +88,9 @@ function node.render()
|
|||
end
|
||||
|
||||
y = y+12
|
||||
|
||||
if y > real_height then
|
||||
break
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue