daid / EmptyEpsilon

Open source bridge simulator. Build with the SeriousProton engine.
https://daid.github.io/EmptyEpsilon/
GNU General Public License v2.0
534 stars 181 forks source link

Wormhole exit not showing correctly on Spectate view #2137

Open tacocatcodes opened 3 months ago

tacocatcodes commented 3 months ago

The line drawn from the wormhole entrance to its target point does not render correctly in Spectate view. The wormhole points at (0,0) regardless of actual target.

The wormhole displays target correctly on other views that support this (i.e. GM).

daid commented 3 months ago

I assume this is on a spectate client? (not the server) the reason is that wormhole targets aren't replicated to clients, so they aren't aware of where it leads. Two possible fixes, one would be to replicate the target a different would be to not draw the line on a client.

aBlueShadow commented 3 months ago

Maybe the visuals on clients could be changed to don't show a wormhole target at all? That would probably avoid confusion.