ElectronicObserverEN / ElectronicObserver

Electronic Observer is a game viewer for Kantai Collection.
Other
83 stars 19 forks source link

Compass view #53

Open myangelkamikaze opened 3 years ago

myangelkamikaze commented 3 years ago

image

Compass view in wpf is displaying some odd fleet names.

myangelkamikaze commented 2 years ago

Seems to be happening again, but the code was changed to be the same as the winforms version. I couldn't find the text in source or translations, so I have no idea where it could be coming from.

Text gets set here: https://github.com/gre4bee/ElectronicObserver/blob/main/ElectronicObserver/Window/Wpf/Compass/CompassViewModel.cs#L612

Only thing I can think about is that the record is null so an old value was kept. EnemyFleetRecord.csv contains the correct name, so this might be a problem with the translation logic.

image

myangelkamikaze commented 2 years ago

I think this only happens the first time when you don't have data yet.