put some limits to max ubo sizes to avoid crashes
This commit is contained in:
parent
4e729f38e0
commit
19ba45587c
3 changed files with 4 additions and 4 deletions
|
|
@ -43,7 +43,6 @@ GIProbeEditorPlugin::GIProbeEditorPlugin(EditorNode *p_node) {
|
|||
|
||||
editor=p_node;
|
||||
bake = memnew( Button );
|
||||
bake->set_text("Bake GI!");
|
||||
bake->set_icon(editor->get_gui_base()->get_icon("BakedLight","EditorIcons"));
|
||||
bake->hide();;
|
||||
bake->connect("pressed",this,"_bake");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue