mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 01:48:15 +03:00
Haiku: Keep the option visible, but note the bug
This commit is contained in:
@@ -228,10 +228,13 @@ void menurender()
|
||||
graphics.Print(-1, 95, "Current mode: Over 30 FPS", tr, tg, tb, true);
|
||||
}
|
||||
break;
|
||||
#ifndef __HAIKU__ // FIXME: Remove after SDL VSync bug is fixed! -flibit
|
||||
case 6:
|
||||
graphics.bigprint(-1, 30, "Toggle VSync", tr, tg, tb, true);
|
||||
#ifdef __HAIKU__ // FIXME: Remove after SDL VSync bug is fixed! -flibit
|
||||
graphics.Print(-1, 65, "Edit the config file on Haiku!", tr, tg, tb, true);
|
||||
#else
|
||||
graphics.Print(-1, 65, "Turn VSync on or off.", tr, tg, tb, true);
|
||||
#endif
|
||||
|
||||
if (!graphics.screenbuffer->vsync)
|
||||
{
|
||||
@@ -242,7 +245,6 @@ void menurender()
|
||||
graphics.Print(-1, 95, "Current mode: VSYNC ON", tr, tg, tb, true);
|
||||
}
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
break;
|
||||
case Menu::credits:
|
||||
|
||||
Reference in New Issue
Block a user