mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-25 05:28:37 -05:00
Jenkins compile fix
This commit is contained in:
@@ -135,7 +135,7 @@ ghoul::mm_unique_ptr<Renderable> Renderable::createFromDictionary(
|
||||
|
||||
|
||||
|
||||
Renderable::Renderable(const ghoul::Dictionary& dictionary, Settings settings)
|
||||
Renderable::Renderable(const ghoul::Dictionary& dictionary, RenderableSettings settings)
|
||||
: properties::PropertyOwner({ "Renderable" })
|
||||
, Fadeable()
|
||||
, _enabled(EnabledInfo, true)
|
||||
|
||||
Reference in New Issue
Block a user