Fix edit grid not showing up

This commit is contained in:
Ryan Huffman 2015-02-12 13:18:02 -08:00
parent fa5eebd93e
commit a3d09e6adc

View file

@ -190,6 +190,7 @@ var toolBar = (function () {
cameraManager.enable();
entityListTool.setVisible(true);
gridTool.setVisible(true);
grid.setEnabled(true);
propertiesTool.setVisible(true);
Window.setFocus();
}