diff options
| author | Juan Linietsky | 2014-08-14 10:31:38 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-08-14 10:31:38 -0300 |
| commit | 2ee4ac183babedd679e901b0158f5268556deceb (patch) | |
| tree | c0b5215b7ab17186835e1919912fa09de7301bfb /tools/editor/plugins/baked_light_editor_plugin.h | |
| parent | c3e1d7b7c788530dc69e973352763a90da05d4e1 (diff) | |
| download | godot-2ee4ac183babedd679e901b0158f5268556deceb.tar.gz godot-2ee4ac183babedd679e901b0158f5268556deceb.tar.zst godot-2ee4ac183babedd679e901b0158f5268556deceb.zip | |
Diffstat (limited to 'tools/editor/plugins/baked_light_editor_plugin.h')
| -rw-r--r-- | tools/editor/plugins/baked_light_editor_plugin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/editor/plugins/baked_light_editor_plugin.h b/tools/editor/plugins/baked_light_editor_plugin.h index 4ecc0b458..7912bd92e 100644 --- a/tools/editor/plugins/baked_light_editor_plugin.h +++ b/tools/editor/plugins/baked_light_editor_plugin.h @@ -30,6 +30,7 @@ class BakedLightEditor : public Control { HBoxContainer *bake_hbox; Button *button_bake; Button *button_reset; + Button *button_make_lightmaps; Label *bake_info; @@ -41,6 +42,8 @@ class BakedLightEditor : public Control { MENU_OPTION_CLEAR }; + void _bake_lightmaps(); + void _bake_pressed(); void _clear_pressed(); |
