mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Change capitalization of property names
This commit is contained in:
@@ -70,7 +70,7 @@ ScreenSpaceImage::ScreenSpaceImage(const ghoul::Dictionary& dictionary)
|
||||
: ScreenSpaceRenderable(dictionary)
|
||||
, _downloadImage(false)
|
||||
, _textureIsDirty(false)
|
||||
, _texturePath({ "texturePath", "Texture path", "" }) // @TODO Missing documentation
|
||||
, _texturePath({ "TexturePath", "Texture path", "" }) // @TODO Missing documentation
|
||||
{
|
||||
documentation::testSpecificationAndThrow(
|
||||
Documentation(),
|
||||
|
||||
Reference in New Issue
Block a user