Skip to content
Snippets Groups Projects
Commit 7589b269 authored by Marco Luigi Gaibotti's avatar Marco Luigi Gaibotti
Browse files

[handle-value-conversion][Environment] Fixed a bug where local field would not be updated on load

parent f6b0f3cf
No related branches found
No related tags found
1 merge request!17Convertion from handle to value type classes
......@@ -74,6 +74,7 @@ classdef Environment < Config
obj@Config(mission, varIn);
obj.tankLength = motor.tankLength;
obj = obj.updateRamp();
obj = obj.updateLocal();
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment