diff options
| author | Tim Redfern <tim@herge.(none)> | 2013-07-03 15:41:25 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@herge.(none)> | 2013-07-03 15:41:25 +0100 |
| commit | f85ec9a68e6fab7265c3c2b78ab0fabf8310dacd (patch) | |
| tree | 92ee793b81cf72aa7df9aee01c48f185dab94656 /rotord/rotor.h | |
| parent | 94849c54aa11cab253daf12b753119014156c4f5 (diff) | |
squashed frame retieval bug
Diffstat (limited to 'rotord/rotor.h')
| -rwxr-xr-x | rotord/rotor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rotord/rotor.h b/rotord/rotor.h index 92d6e45..b24ae51 100755 --- a/rotord/rotor.h +++ b/rotord/rotor.h @@ -1178,9 +1178,9 @@ namespace Rotor { }; class Graph{ public: - Graph(){duration=5.0f;loaded = false;outW=640;outH=360;}; + Graph(){duration=20.0f;loaded = false;outW=640;outH=360;}; Graph(const string& _uid,const string& _desc){init(_uid,_desc);}; - void init(const string& _uid,const string& _desc){ uid=_uid;description=_desc;duration=5.0f;}; + void init(const string& _uid,const string& _desc){ uid=_uid;description=_desc;duration=20.0f;}; string uid; //every version of a graph has a UUID, no particular need to actually read its data(?) //?? is it faster than using strings?? string description; |
