diff options
| author | Juan Linietsky | 2018-01-12 00:08:32 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2018-01-12 00:08:32 -0300 |
| commit | 2cde466ebdb6237b6f72ef78614dc05f2ffb551b (patch) | |
| tree | 2b90d0b53d372c1a8c76343b8ad491403624aed9 /editor/plugins/gi_probe_editor_plugin.cpp | |
| parent | c48aab2f05d931fbab6bf0702e81e45b5cd88aa1 (diff) | |
| download | godot-2cde466ebdb6237b6f72ef78614dc05f2ffb551b.tar.gz godot-2cde466ebdb6237b6f72ef78614dc05f2ffb551b.tar.zst godot-2cde466ebdb6237b6f72ef78614dc05f2ffb551b.zip | |
Diffstat (limited to 'editor/plugins/gi_probe_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/gi_probe_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/gi_probe_editor_plugin.cpp b/editor/plugins/gi_probe_editor_plugin.cpp index 42aad7a8a..06da64b18 100644 --- a/editor/plugins/gi_probe_editor_plugin.cpp +++ b/editor/plugins/gi_probe_editor_plugin.cpp @@ -73,7 +73,7 @@ void GIProbeEditorPlugin::bake_func_begin(int p_steps) { void GIProbeEditorPlugin::bake_func_step(int p_step, const String &p_description) { ERR_FAIL_COND(tmp_progress == NULL); - tmp_progress->step(p_description, p_step); + tmp_progress->step(p_description, p_step, false); } void GIProbeEditorPlugin::bake_func_end() { |
