Fix code quality

This commit is contained in:
Bartłomiej Dach 2024-10-03 13:08:04 +02:00
parent 0a0e31163b
commit ddfa877b12
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ private void load()
},
TabbableContentContainer = this,
},
tickRateSlider = new FormSliderBar<double>()
tickRateSlider = new FormSliderBar<double>
{
Caption = EditorSetupStrings.TickRate,
HintText = EditorSetupStrings.TickRateDescription,