summaryrefslogtreecommitdiff
path: root/tools/editor
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-12-23 01:05:21 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-12-23 01:05:21 -0300
commit19ba45587c878e1859383797a454852c5b525c64 (patch)
tree0d54c88aa6af18842c9902f381988816516c15d7 /tools/editor
parent4e729f38e02274afc91319d8dc9d2dfea9e9438e (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.cpp1
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");