diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-01-07 00:58:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-07 00:58:36 +0100 |
commit | e885de050701a034355d7064d813387a66421754 (patch) | |
tree | 2f587d042b6dcc3c3da1381766e7ad5e473a65d8 /editor/plugins/lightmap_gi_editor_plugin.h | |
parent | dc7235b71c90ef45d765072f6048d8fdb2baf7ef (diff) | |
parent | 0761605435d6cd9c8e37de8bf69fcbc439aa699b (diff) |
Merge pull request #56367 from Calinou/bakedlightmap-print-time-request-attention
Diffstat (limited to 'editor/plugins/lightmap_gi_editor_plugin.h')
-rw-r--r-- | editor/plugins/lightmap_gi_editor_plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/lightmap_gi_editor_plugin.h b/editor/plugins/lightmap_gi_editor_plugin.h index d0edf9f324..5eec972228 100644 --- a/editor/plugins/lightmap_gi_editor_plugin.h +++ b/editor/plugins/lightmap_gi_editor_plugin.h @@ -47,7 +47,7 @@ class LightmapGIEditorPlugin : public EditorPlugin { EditorFileDialog *file_dialog; static EditorProgress *tmp_progress; static bool bake_func_step(float p_progress, const String &p_description, void *, bool p_refresh); - static void bake_func_end(); + static void bake_func_end(uint64_t p_time_started); void _bake_select_file(const String &p_file); void _bake(); |