tangled
alpha
login
or
join now
kris.darkworld.download
/
tuxstrap
0
fork
atom
[Linux-only] basically bloxstap for sober
0
fork
atom
overview
issues
pulls
pipelines
actual fix
kris.darkworld.download
7 months ago
ceddbe6d
f5eb59fb
+3
-3
1 changed file
expand all
collapse all
unified
split
src
plugins
fflags.ts
+3
-3
src/plugins/fflags.ts
···
92
DFIntAnimationLodFacsDistanceMax: 0,
93
DFIntAnimationLodFacsVisibilityDenominator: 0,
94
FIntViewportFrameMaxSize: 0,
95
-
FFlagUseUnifiedRenderStepped: false
0
96
};
97
98
for (const [fflag, value] of Object.entries(fflags)) {
···
114
FFlagOptimizeNetwork: true,
115
FFlagOptimizeNetworkTransport: true,
116
DFIntConnectionMTUSize: 900,
117
-
FFlagEnableNewInput: true,
118
-
DFIntMaxFrameBufferSize: 4
119
};
120
121
for (const [fflag, value] of Object.entries(fflags)) {
···
92
DFIntAnimationLodFacsDistanceMax: 0,
93
DFIntAnimationLodFacsVisibilityDenominator: 0,
94
FIntViewportFrameMaxSize: 0,
95
+
FFlagUseUnifiedRenderStepped: false,
96
+
DFIntMaxFrameBufferSize: 4
97
};
98
99
for (const [fflag, value] of Object.entries(fflags)) {
···
115
FFlagOptimizeNetwork: true,
116
FFlagOptimizeNetworkTransport: true,
117
DFIntConnectionMTUSize: 900,
118
+
FFlagEnableNewInput: true
0
119
};
120
121
for (const [fflag, value] of Object.entries(fflags)) {