This commit is contained in:
Sidi Liang 2021-04-26 22:07:36 +08:00
parent ec6350977a
commit 3b2fb1b70b
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@ var vehicleInformation = VehicleInformationManager.new();
#//Environment
vehicleInformation.environment.temperature = props.getNode("environment/temperature-degc", 1);
vehicleInformation.environment = props.getNode("/environment", 1);
vehicleInformation.environment.temperature = props.getNode("/environment/temperature-degc", 1);
#//For Engine
vehicleInformation.engine = {};