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
92
DFIntAnimationLodFacsDistanceMax: 0,
93
93
DFIntAnimationLodFacsVisibilityDenominator: 0,
94
94
FIntViewportFrameMaxSize: 0,
95
95
-
FFlagUseUnifiedRenderStepped: false
95
95
+
FFlagUseUnifiedRenderStepped: false,
96
96
+
DFIntMaxFrameBufferSize: 4
96
97
};
97
98
98
99
for (const [fflag, value] of Object.entries(fflags)) {
···
114
115
FFlagOptimizeNetwork: true,
115
116
FFlagOptimizeNetworkTransport: true,
116
117
DFIntConnectionMTUSize: 900,
117
117
-
FFlagEnableNewInput: true,
118
118
-
DFIntMaxFrameBufferSize: 4
118
118
+
FFlagEnableNewInput: true
119
119
};
120
120
121
121
for (const [fflag, value] of Object.entries(fflags)) {