mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-12 22:50:36 -06:00
Some minor changes and added tag support to screenspacerenderable
This commit is contained in:
@@ -41,7 +41,6 @@ namespace {
|
||||
const char* keyStart = "StartTime";
|
||||
const char* keyEnd = "EndTime";
|
||||
const char* KeyType = "Type";
|
||||
|
||||
const char* keyTag = "Tag";
|
||||
}
|
||||
|
||||
@@ -117,7 +116,6 @@ Renderable::Renderable(const ghoul::Dictionary& dictionary)
|
||||
dictionary.getValue(keyTag, tagName);
|
||||
if (! tagName.empty())
|
||||
addTag(tagName);
|
||||
|
||||
if (_startTime != "" && _endTime != "") {
|
||||
_hasTimeInterval = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user