fix some typos
This commit is contained in:
parent
e0172bb851
commit
084cbcb168
2 changed files with 2 additions and 2 deletions
|
|
@ -929,7 +929,7 @@ void FurnaceGUI::drawSettings() {
|
|||
settings.lowLatency=lowLatencyB;
|
||||
}
|
||||
if (ImGui::IsItemHovered()) {
|
||||
ImGui::SetTooltip("reduces latency by running the engine faster than the tick rate.\nuseful for live playback/jam mode.\n\nwarning: nonly enable if your buffer size is small (10ms or less).");
|
||||
ImGui::SetTooltip("reduces latency by running the engine faster than the tick rate.\nuseful for live playback/jam mode.\n\nwarning: only enable if your buffer size is small (10ms or less).");
|
||||
}
|
||||
|
||||
bool forceMonoB=settings.forceMono;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue