Fix: last commit did not consider the updated FontRenderer interface

This commit is contained in:
nusic
2016-07-13 14:22:36 -04:00
parent f4f0e53b2c
commit 5f2d692230
4 changed files with 6 additions and 3 deletions

View File

@@ -90,6 +90,9 @@ RenderableDebugPlane::RenderableDebugPlane(const ghoul::Dictionary& dictionary)
_billboard = billboard;
}
int texture;
if (dictionary.getValue("Texture", texture))
_texture = texture;
addProperty(_texture);
addProperty(_billboard);