Jenkins compile fix

This commit is contained in:
Alexander Bock
2023-04-12 22:26:19 +02:00
committed by GitHub
parent aeb81eb050
commit 19642e8120
3 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -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)