diff options
author | Juan Linietsky <reduzio@gmail.com> | 2016-12-23 01:05:21 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2016-12-23 01:05:21 -0300 |
commit | 19ba45587c878e1859383797a454852c5b525c64 (patch) | |
tree | 0d54c88aa6af18842c9902f381988816516c15d7 /tools/editor | |
parent | 4e729f38e02274afc91319d8dc9d2dfea9e9438e (diff) |
put some limits to max ubo sizes to avoid crashes
Diffstat (limited to 'tools/editor')
-rw-r--r-- | tools/editor/plugins/gi_probe_editor_plugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/editor/plugins/gi_probe_editor_plugin.cpp b/tools/editor/plugins/gi_probe_editor_plugin.cpp index 5beee1d915..4ec95eb8c6 100644 --- a/tools/editor/plugins/gi_probe_editor_plugin.cpp +++ b/tools/editor/plugins/gi_probe_editor_plugin.cpp @@ -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"); |