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
fix unstable
kris.darkworld.download
7 months ago
f5eb59fb
5e4e72a2
+1
-2
1 changed file
expand all
collapse all
unified
split
src
plugins
fflags.ts
+1
-2
src/plugins/fflags.ts
···
92
92
DFIntAnimationLodFacsDistanceMax: 0,
93
93
DFIntAnimationLodFacsVisibilityDenominator: 0,
94
94
FIntViewportFrameMaxSize: 0,
95
95
-
95
95
+
FFlagUseUnifiedRenderStepped: false
96
96
};
97
97
98
98
for (const [fflag, value] of Object.entries(fflags)) {
···
115
115
FFlagOptimizeNetworkTransport: true,
116
116
DFIntConnectionMTUSize: 900,
117
117
FFlagEnableNewInput: true,
118
118
-
FFlagUseUnifiedRenderStepped: false,
119
118
DFIntMaxFrameBufferSize: 4
120
119
};
121
120