mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-01 09:08:49 -06:00
Fix: last commit did not consider the updated FontRenderer interface
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user