From 2cde466ebdb6237b6f72ef78614dc05f2ffb551b Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Fri, 12 Jan 2018 00:08:32 -0300 Subject: -Remove color operator clamping, which is unnecesary. Fixes #15184, fixes #14686. -Refresh progress bar less often, makes baking, exporting, etc. faster. --- editor/plugins/baked_lightmap_editor_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/plugins/baked_lightmap_editor_plugin.cpp') diff --git a/editor/plugins/baked_lightmap_editor_plugin.cpp b/editor/plugins/baked_lightmap_editor_plugin.cpp index af175c349..59b79bd07 100644 --- a/editor/plugins/baked_lightmap_editor_plugin.cpp +++ b/editor/plugins/baked_lightmap_editor_plugin.cpp @@ -90,7 +90,7 @@ void BakedLightmapEditorPlugin::bake_func_begin(int p_steps) { bool BakedLightmapEditorPlugin::bake_func_step(int p_step, const String &p_description) { ERR_FAIL_COND_V(tmp_progress == NULL, false); - return tmp_progress->step(p_description, p_step); + return tmp_progress->step(p_description, p_step, false); } void BakedLightmapEditorPlugin::bake_func_end() { -- cgit v1.2.3-70-g09d2