Browse Source

Cleanup

master
cancel 5 years ago
parent
commit
e5d3a92380
  1. 2
      tui_main.c

2
tui_main.c

@ -1234,7 +1234,7 @@ static bool ged_set_osc_udp(Ged *a, char const *dest_addr,
return true;
}
static double ms_to_sec(double ms) { return ms / 1000.0; }
static ORCA_FORCEINLINE double ms_to_sec(double ms) { return ms / 1000.0; }
static double ged_secs_to_deadline(Ged const *a) {
if (!a->is_playing)

Loading…
Cancel
Save