Skip to content

Commit

Permalink
Merge branch 'focus-creative-games:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
absences authored Dec 6, 2024
2 parents bfcb176 + 6795386 commit 89841a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ private static string GetTextValue(YamlNode node)

public DType Accept(TBool type, YamlNode x, DefAssembly y)
{
return DBool.ValueOf(bool.Parse(GetLowerTextValue(x)));
return DBool.ValueOf(DataUtil.ParseBool(GetLowerTextValue(x)));
}

public DType Accept(TByte type, YamlNode x, DefAssembly y)
Expand Down

0 comments on commit 89841a9

Please sign in to comment.