summaryrefslogtreecommitdiff
path: root/rotord/src/graph.h
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-10-14 21:48:48 -0700
committerComment <tim@gray.(none)>2013-10-14 21:48:48 -0700
commit514624508d16f6a3f3e6419479642acc931b0f52 (patch)
tree9d0dde70a00b1d59a88bf04d551cf11093c2ae20 /rotord/src/graph.h
parent995abf233bdff53f7066b0d9917b1296108a13c3 (diff)
fragmentation OFF by default
Diffstat (limited to 'rotord/src/graph.h')
-rw-r--r--rotord/src/graph.h2
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;