Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit 3a3aba2

Browse files
update comment
1 parent d26215c commit 3a3aba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.uiwidgets/Runtime/engine/UIWidgetsGlobalConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ public static class UIWidgetsGlobalConfiguration {
33
//disable auto adjust framerate by default
44
public static bool EnableAutoAdjustFramerate = false;
55

6-
//enable incremental gc by default
6+
//disable incremental gc by default
77
public static bool EnableIncrementalGC = false;
88

99
//disable debug at runtime by default

0 commit comments

Comments
 (0)