mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-07 04:49:00 -06:00
Fix register multiple properties
This commit is contained in:
@@ -43,10 +43,10 @@ ScreenSpaceCygnet::ScreenSpaceCygnet(const ghoul::Dictionary& dictionary)
|
||||
dictionary.getValue("CygnetId", cygnetid);
|
||||
_cygnetId = (int)cygnetid;
|
||||
|
||||
setName("iSWACygnet" + std::to_string(_cygnetId));
|
||||
// setName("iSWACygnet" + std::to_string(_cygnetId));
|
||||
addProperty(_updateInterval);
|
||||
|
||||
registerProperties();
|
||||
// registerProperties();
|
||||
|
||||
_downloadImage = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user