Skip to content

Commit

Permalink
[DO NOT MERGE] test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
raulsntos committed Oct 1, 2024
1 parent 3504c98 commit a30ed31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/mono/csharp_script.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2561,9 +2561,9 @@ String CSharpScript::get_source_code() const {
}

void CSharpScript::set_source_code(const String &p_code) {
if (source == p_code) {
if (source == p_code)
return;
}

source = p_code;
#ifdef TOOLS_ENABLED
source_changed_cache = true;
Expand Down

0 comments on commit a30ed31

Please sign in to comment.