diff options
Diffstat (limited to 'rotord/src/graph.h')
| -rw-r--r-- | rotord/src/graph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/graph.h b/rotord/src/graph.h index 06f7970..e40d753 100644 --- a/rotord/src/graph.h +++ b/rotord/src/graph.h @@ -17,7 +17,7 @@ Graph is an instance of a rotor renderer namespace Rotor { class Graph{ public: - Graph(){duration=20.0f;loaded = false;outW=640;outH=360;audio_thumb=new Audio_thumbnailer();use_fragmentation=true;}; + Graph(){duration=20.0f;loaded = false;outW=640;outH=360;audio_thumb=new Audio_thumbnailer();use_fragmentation=false;}; Graph(const string& _uid,const string& _desc){ init(_uid,_desc); audio_loaded=false; |
