Fix export template compilation

This commit is contained in:
Pedro J. Estébanez 2019-10-19 01:23:17 +02:00
parent a8e14bee58
commit 19e294e29b
1 changed files with 2 additions and 0 deletions

View File

@ -450,7 +450,9 @@ void GIProbe::bake(Node *p_from_node, bool p_create_visual_debug) {
probe_data->allocate(baker.get_to_cell_space_xform(), AABB(-extents, extents * 2.0), baker.get_giprobe_octree_size(), baker.get_giprobe_octree_cells(), baker.get_giprobe_data_cells(), df, baker.get_giprobe_level_cell_count());
set_probe_data(probe_data);
#ifdef TOOLS_ENABLED
probe_data->set_edited(true); //so it gets saved
#endif
}
if (bake_end_function) {