Rollback pointer changes to _synchronizationBuffer.

Was causing segfault on mutex locks during launch.
This commit is contained in:
Matthew Territo
2016-07-06 12:02:01 -06:00
parent c9ac04d3cd
commit da203364ba
2 changed files with 5 additions and 5 deletions

View File

@@ -107,7 +107,7 @@ private:
size_t _encodeOffset;
size_t _decodeOffset;
std::vector<char> _dataStream;
sgct::SharedVector<char>* _synchronizationBuffer;
sgct::SharedVector<char> _synchronizationBuffer;
};
} // namespace openspace