mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Tidy.
This commit is contained in:
		| @@ -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)); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user