Skip to content

Commit da00a16

Browse files
committed
Remove this part its not needed
1 parent 9228006 commit da00a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/feature/module/impl/hud/FrameTimeDisplay.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// TODO: Make this module translatable
66
FrameTimeDisplay::FrameTimeDisplay() : TextModule("FrameTimeDisplay", L"Frame Time Display",
77
L"Displays the time it takes to render and display a frame (in milliseconds)",
8-
HUD, 400.f, 0, true) {
8+
HUD) {
99

1010
addSliderSetting("interval", L"Interval",
1111
L"The amount of time it takes to update the display (in milliseconds)", interval, FloatValue(0.f),

0 commit comments

Comments
 (0)