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…
Reference in a new issue