Some minor changes and added tag support to screenspacerenderable

This commit is contained in:
GPayne
2017-03-31 15:14:00 -06:00
parent 40de0a9624
commit bcdd906ad7
5 changed files with 12 additions and 9 deletions

View File

@@ -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;
}