FIX: fixed missing val init
This commit is contained in:
@@ -44,9 +44,10 @@ namespace SimCore
|
|||||||
RCS.setValue(0);
|
RCS.setValue(0);
|
||||||
}
|
}
|
||||||
SimTrack::SimTrack(SimCore::Identifier id,std::string name, SimCore::Kind::EntityKind entityKind, SimCore::Side::EntitySide Side)
|
SimTrack::SimTrack(SimCore::Identifier id,std::string name, SimCore::Kind::EntityKind entityKind, SimCore::Side::EntitySide Side)
|
||||||
:ID_(id),Name(name),EntityKind(entityKind)
|
:ID_(id),Name(name)
|
||||||
{
|
{
|
||||||
|
EntityKind.setValue(entityKind);
|
||||||
|
EntitySide.setValue(Side);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user