Merge pull request #94645 from jsjtxietian/lightmap-override

Fix newly baked lightmap can't override previously baked at same path
This commit is contained in:
Rémi Verschelde 2024-07-23 15:55:39 +02:00
commit adf58849c6
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 1 additions and 1 deletions

View File

@ -1335,7 +1335,7 @@ LightmapGI::BakeError LightmapGI::bake(Node *p_from_node, String p_image_data_pa
/* Compute a BSP tree of the simplices, so it's easy to find the exact one */
}
gi_data->set_path(p_image_data_path);
gi_data->set_path(p_image_data_path, true);
Error err = ResourceSaver::save(gi_data);
if (err != OK) {