snozbot / fungus

An easy to use Unity 3D library for creating illustrated Interactive Fiction games and more.
MIT License
1.59k stars 291 forks source link

Fix double duplication of blocks with Ctrl+D #971

Closed ongjinwen closed 3 years ago

ongjinwen commented 3 years ago

Description

Fix bug where Ctrl+D will duplicate selected blocks twice.

What is the current behavior?

  1. Select blocks
  2. Press Ctrl+D to duplicate
  3. Every selected blocks will be duplicated twice (one of them hidden behind the other)

What is the new behavior?

stevehalliwell commented 3 years ago

Thanks for the PR.