Skip to content

Commit

Permalink
Re-added codegen for IsBold
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Dec 1, 2023
1 parent 82c9441 commit 23b5122
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ public void RefreshVariableNamesToSkipBasedOnGlueVersion()

if( version >= (int) GluxVersions.GumTextHasIsBold)
{
Skip("IsBold");
// We can include this one, it's handled by
Include("IsBold");
}
else
{
Expand Down

0 comments on commit 23b5122

Please sign in to comment.