fix some typos

This commit is contained in:
tildearrow 2023-09-06 22:34:56 -05:00
parent e0172bb851
commit 084cbcb168
2 changed files with 2 additions and 2 deletions

View file

@ -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;