Rename ScreenSpaceRenderable alpha to opacity (closes #1416) (#1421)

This commit is contained in:
Emma Broman
2020-12-05 23:22:24 +01:00
committed by GitHub
parent f4831b0c03
commit 9a683bb29a
2 changed files with 12 additions and 13 deletions
@@ -104,7 +104,7 @@ protected:
properties::Vec3Property _localRotation;
properties::FloatProperty _scale;
properties::FloatProperty _alpha;
properties::FloatProperty _opacity;
properties::TriggerProperty _delete;
glm::ivec2 _objectSize = glm::ivec2(0);