Read texture from memory with bare pointer

This commit is contained in:
Sebastian Piwell
2016-04-25 11:26:15 -04:00
parent b786522be4
commit 3fc25492f2
8 changed files with 48 additions and 11 deletions

View File

@@ -53,7 +53,7 @@ Renderable* Renderable::createFromDictionary(const ghoul::Dictionary& dictionary
std::string renderableType;
success = dictionary.getValue(KeyType, renderableType);
std::cout << renderableType << std::endl;
if (!success) {
LERROR("Renderable '" << name << "' did not have key '" << KeyType << "'");
return nullptr;