freezy / freezy/VisualPinball.Engine
Duplicating walls results in unexpected behavior.
Open
bug
editor
- Dominant language
- C#
- Stars
- 508
- Forks
- 73
- Avg merge
- 43m
- Merged PRs (30d)
- 3
Description
Duplicated walls appear to share the same reference or same points. Editing them can result in strange behavior. One wall will not show up properly or will snap to the other's location and vice versa.
Repro steps:
Create wall
Move wall to new location and adjust points.
Duplicate wall.
Move duplicate and adjust points.
Expected result: The duplicated wall behaves as a normal new wall would.
Actual result: The walls appear to be treated as the same entity.
Contributor guide
Assessment
This issue has not been assessed yet.