mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Fix orphan StringName's in ShaderLanguage
This commit is contained in:
parent
9425535602
commit
dc78ef1722
1 changed files with 1 additions and 0 deletions
|
|
@ -10837,4 +10837,5 @@ ShaderLanguage::ShaderLanguage() {
|
||||||
|
|
||||||
ShaderLanguage::~ShaderLanguage() {
|
ShaderLanguage::~ShaderLanguage() {
|
||||||
clear();
|
clear();
|
||||||
|
global_func_set.clear();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue