mirror of
https://github.com/Relintai/props.git
synced 2024-11-12 10:15:25 +01:00
Also copy _is_room and _room_bounds in PropData::copy_from.
This commit is contained in:
parent
6fe7427b03
commit
0bfe718d03
@ -137,6 +137,9 @@ void PropData::copy_from(const Ref<PropData> &prop_data) {
|
||||
_props.push_back(prop_data->_props[i]);
|
||||
}
|
||||
|
||||
_is_room = prop_data->_is_room;
|
||||
_room_bounds = prop_data->_room_bounds;
|
||||
|
||||
emit_changed();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user