fix: removed std:move (only the last must be moved)
Dieser Commit ist enthalten in:
Ursprung
63b3430f35
Commit
8b286cf600
@ -167,6 +167,6 @@ void DirectionControlRailTile::updateStateValues()
|
||||
if(std::find(states.begin(), states.end(), state.value()) == states.end() && !states.empty())
|
||||
state.setValueInternal(states.front());
|
||||
|
||||
Attributes::setValues(state, std::move(states));
|
||||
Attributes::setValues(state, states);
|
||||
Attributes::setValues(setState, std::move(states));
|
||||
}
|
||||
|
||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren