Skip to content

Commit

Permalink
Fixed Text state code generator not re-calculating which properties t…
Browse files Browse the repository at this point in the history
…o include/exclude for Gum project.
  • Loading branch information
vchelaru committed Jan 1, 2024
1 parent a9e66b2 commit ade71ef
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ private void AddVariablesToSkipForStates()
// no longer needed:
//mVariableNamesToSkipForStates.Add("State");

TextCodeGenerator.Self.AddVariableNamesToSkipForStates(mVariableNamesToSkipForStates);

}

Expand Down Expand Up @@ -143,6 +142,9 @@ public void RefreshVariableNamesToSkipBasedOnGlueVersion()
Skip("IsBold");
}

TextCodeGenerator.Self.AddVariableNamesToSkipForStates(mVariableNamesToSkipForStates);


return;

void Include(string variable)
Expand Down

0 comments on commit ade71ef

Please sign in to comment.