This commit is contained in:
David Given
2022-03-07 00:28:19 +01:00
parent 96214bf3fd
commit 39f8b25fd8

View File

@@ -91,9 +91,7 @@ private:
for (auto& track : *_proto.mutable_track())
{
if (track.flux_size() == 0)
track.clear_flux();
else
if (track.flux_size() != 0)
{
Fluxmap oldFlux(track.flux(0));