mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
also changed name of scripts variable in header file....
This commit is contained in:
@@ -209,8 +209,8 @@ namespace openspace{
|
||||
std::atomic<bool> _isHost;
|
||||
std::atomic<bool> _isConnected;
|
||||
std::atomic<bool> _isListening;
|
||||
std::vector<std::string> _sentScripts;
|
||||
std::mutex _sentScriptsMutex;
|
||||
std::vector<std::string> _executedScripts;
|
||||
std::mutex _executedScriptsMutex;
|
||||
};
|
||||
} // namespace network
|
||||
|
||||
|
||||
Reference in New Issue
Block a user