Fixed typo and moved Config initialization to Configs.cpp
This commit is contained in:
parent
3c6074da23
commit
1e0dfc4570
3 changed files with 12 additions and 11 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
|
||||
|
||||
Rail::Rail(const YAML::Node &ObjNode) : Element(ObjNode, {"RailPoints","m_railType","IsClosed","IsLadder","Priority"}) {
|
||||
Rail::Rail(const YAML::Node &ObjNode) : Element(ObjNode, {"RailPoints","RailType","IsClosed","IsLadder","Priority"}) {
|
||||
YAML::Node railPointsNode = ObjNode["RailPoints"];
|
||||
|
||||
for (auto rlpoint: railPointsNode) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue