Enable toggling use of doublebuffering for camera and time

This commit is contained in:
Erik Broberg
2016-09-13 11:52:54 -04:00
parent 5cb6d2cb05
commit d287b08c51
7 changed files with 51 additions and 15 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ public:
performance::PerformanceManager* performanceManager();
void serialize(SyncBuffer* syncBuffer);
void deserialize(SyncBuffer* syncBuffer);
void deserialize(SyncBuffer* syncBuffer, bool useDoubleBuffering);
float globalBlackOutFactor();
void setGlobalBlackOutFactor(float factor);