Skip to content

Commit

Permalink
Merge pull request #93849 from Chaosus/shader_fix_orphan_strings
Browse files Browse the repository at this point in the history
Fix orphan StringName's in ShaderLanguage
  • Loading branch information
akien-mga committed Jul 2, 2024
2 parents a4a4a52 + dc78ef1 commit 9c75b6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions servers/rendering/shader_language.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10837,4 +10837,5 @@ ShaderLanguage::ShaderLanguage() {

ShaderLanguage::~ShaderLanguage() {
clear();
global_func_set.clear();
}

0 comments on commit 9c75b6c

Please sign in to comment.