Recording timeout with timing slider

Changed timout recording in uint milisecond.
This commit is contained in:
Bruno
2021-06-28 21:33:17 +02:00
parent ff99d37eb6
commit aa904f26ad
7 changed files with 29 additions and 30 deletions

View File

@@ -66,13 +66,13 @@ struct ViewConfig
};
#define RECORD_MAX_TIMEOUT 1800.f
#define RECORD_MAX_TIMEOUT 301000
struct RecordConfig
{
std::string path;
int profile;
float timeout;
uint timeout;
int delay;
RecordConfig() : path("") {