Cj-bc / mcUI

This is Minecraft based 3D UI project!!!
2 stars 0 forks source link

Bug: blocks are disappear when deactivate other pane #30

Open Cj-bc opened 5 years ago

Cj-bc commented 5 years ago

When I deactivate one pane that placed the same place, All blocks are dissappeared though other panes are still active.

I think this is because of reload_pane(), as this bug appeaes when the latest pane is deactivated.

Cj-bc commented 5 years ago

I found the bug in update_pane() I should stop executing 'remove pane', because it erace previously placed block. But... If I do so, I can't remove 'deactivated panes' from Minecraft. This is a big problem..