virtual-world-framework / vwf

Virtual World Framework
https://virtual.wf
Other
142 stars 53 forks source link

Fix For Toolbox Setting When Switching Missions #500

Closed BrettASwift closed 9 years ago

BrettASwift commented 9 years ago

The error was caused when previousActiveNode and blocklyNode were both undefined or null. For some reason, the error being generated in setBlockXML was causing the blocks to never update. This is consistent with what I've seen in JavaScript in that when something breaks somewhere, that piece of code stops working altogether.

@kadst43 @AmbientOSX