Pulsar4xDevs / Pulsar4x

A Fan work recreation of Aurora4x in C#
Other
159 stars 67 forks source link

Prevailing Stillness position flickers after SOI change. #389

Closed se5a closed 10 months ago

se5a commented 10 months ago

current start has Prevailing stillness on a hyperbolic trajectory out of the earth SOI. once Prevailing stillness exits earth SOI it gets a new elliptical orbit around SOL with correct OrbitDB.Parent and PositionDB.Parent. However the position flickers in the ui, I suspect this is the UI hanging on to some old data somewhere.

se5a commented 10 months ago

This is fixed. probably related to #394 as it appeared to be fixed after I changed orbit processor from walking a tree to just going through the datablob list in a linear fashion.