Skip to content

Commit

Permalink
Enable threaded style computation by default
Browse files Browse the repository at this point in the history
  • Loading branch information
haroldiedema committed Aug 20, 2024
1 parent 2ea1c43 commit ec8223b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Umbra/src/Umbra.Bindings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ internal sealed class UmbraBindings : IDisposable
public static bool IsFirstTimeStart { get; set; } = true;

[ConfigVariable("General.UseThreadedStyleComputation", "General", "Experimental")]
public static bool UseThreadedStyleComputation { get; set; } = false;
public static bool UseThreadedStyleComputation { get; set; } = true;

[ConfigVariable("General.EnableHitchWarnings", "General", "DeveloperTools")]
public static bool EnableHitchWarnings { get; set; } = false;
Expand Down

0 comments on commit ec8223b

Please sign in to comment.