mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-05 07:01:21 +00:00
GUI: it's not like FamiTracker
This commit is contained in:
parent
c60aceec8b
commit
164452c0a4
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ void FurnaceGUI::drawCompatFlags() {
|
|||
e->song.delayBehavior=2;
|
||||
}
|
||||
if (ImGui::IsItemHovered()) {
|
||||
ImGui::SetTooltip("no checks (like FamiTracker)");
|
||||
ImGui::SetTooltip("no checks");
|
||||
}
|
||||
|
||||
ImGui::Text("Simultaneous jump (0B+0D) treatment:");
|
||||
|
|
Loading…
Reference in a new issue