virtual-world-framework / vwf

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

Blockly set max blocks before loading toolbox #479

Closed n8xm closed 9 years ago

n8xm commented 9 years ago

This should fix the "ram grayout" bug for Mars Game.

The bug (prior to this fix) can be reproduced by: 1) Starting Mars Game on mars-game-development 2) Opening the Blockly window - this should put us on Scenario 1b. 3) Switching to the dummy scenario. 4) Scrolling down to the dummy procedure, which is grayed out, even though it shouldn't be:

blockly_grayout

(This patch should fix the above).