Nice Feature to get now the belt length including underground belts.
1. when expanding a existing belt with enabled reading of the belt length it doesn't update the value for the first segment added. All subsequent segments get counted.
2. when rotating belt segements in opposite direction the belt length doesn't show correct values, just after 4 segments have been rotated the length gets updated
The workaround is to disable reading the belt length and reenable it.
yeah its a performance thing, i cannot directly ask the game engine how long the section of belt is so i manually need to trace it, and doing that only once every 600 ticks seemed reasonable to me, i kinda hoped people would just assume it worked and not look at the value right after making a change :D