Change capitalization of property names

This commit is contained in:
Alexander Bock
2017-07-22 18:22:44 -04:00
parent 04bac9293b
commit 036b271d0d
72 changed files with 363 additions and 365 deletions

View File

@@ -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(),