Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Nov 30, 2024
1 parent 2811164 commit 7fa6a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/CaptionMod/GameUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class COptionsSubAudioAdvancedDlg : public vgui::PropertyPage
m_pHoldTimeEntry = new CCvarTextEntry(this, "HoldTimeEntry", "cap_subtitle_holdtime");
m_pHoldTimeScaleEntry = new CCvarTextEntry(this, "HoldTimeScaleEntry", "cap_subtitle_htimescale");
m_pStartTimeScaleEntry = new CCvarTextEntry(this, "StartTimeScaleEntry", "cap_subtitle_stimescale");
m_pExtraHoldTimeEntry = new CCvarTextEntry(this, "StartTimeScaleEntry", "cap_subtitle_extraholdtime");
m_pExtraHoldTimeEntry = new CCvarTextEntry(this, "ExtraHoldTimeEntry", "cap_subtitle_extraholdtime");

LoadControlSettings("captionmod/OptionsSubAudioAdvancedDlg.res");
}
Expand Down

0 comments on commit 7fa6a86

Please sign in to comment.