replay: more speed options (#35091)

* match connect

* simple
pull/35092/head
Shane Smiskol 2 months ago committed by GitHub
parent 91fbbf812f
commit cf0b0399d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      tools/replay/consoleui.h

@ -12,7 +12,7 @@ public:
ConsoleUI(Replay *replay);
~ConsoleUI();
int exec();
inline static const std::array speed_array = {0.2f, 0.5f, 1.0f, 2.0f, 3.0f};
inline static const std::array speed_array = {0.2f, 0.5f, 1.0f, 2.0f, 4.0f, 8.0f};
private:
void initWindows();

Loading…
Cancel
Save