mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 19:43:06 +01:00
Remove superfluous move
This commit is contained in:
@@ -105,7 +105,7 @@ public:
|
||||
res->Position.y = ride->overall_view.y * 32 + 16;
|
||||
res->Position.z = map_element_height(res->Position.x, res->Position.y);
|
||||
|
||||
return std::move(res);
|
||||
return res;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user