mirror of
				https://github.com/davidgiven/fluxengine.git
				synced 2025-10-24 11:11:02 -07:00 
			
		
		
		
	Don't store the actual DriveProto in FL2 files, because it makes the proto tags
significant.
This commit is contained in:
		| @@ -37,7 +37,9 @@ public: | ||||
|     { | ||||
|         _proto = loadFl2File(_config.filename()); | ||||
|  | ||||
|         *_extraConfig.mutable_drive() = _proto.drive(); | ||||
|         _extraConfig.mutable_drive()->set_rotational_period_ms( | ||||
|             _proto.rotational_period_ms()); | ||||
|         _extraConfig.mutable_drive()->set_tpi(_proto.tpi()); | ||||
|     } | ||||
|  | ||||
| public: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user