1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00

Merge pull request #81167 from bitsawer/fix_sdfgi_editor_change

Reset SDFGI when changing editor scene tabs
This commit is contained in:
Rémi Verschelde
2023-10-25 10:27:03 +02:00
10 changed files with 32 additions and 2 deletions

View File

@@ -476,6 +476,8 @@ public:
FUNC2(voxel_gi_set_interior, RID, bool)
FUNC2(voxel_gi_set_use_two_bounces, RID, bool)
FUNC0(sdfgi_reset)
/* PARTICLES */
#undef ServerName