Adapt to coding style

This commit is contained in:
Alexander Bock
2023-08-11 20:58:41 +02:00
parent e241cd77c1
commit e7cad060c2
12 changed files with 31 additions and 21 deletions
@@ -140,7 +140,7 @@ protected:
properties::TriggerProperty _delete;
glm::ivec2 _objectSize = glm::ivec2(0);
UniformCache(color, opacity, mvp, texture, backgroundColor, gamma,
UniformCache(color, opacity, mvp, texture, backgroundColor, gamma,
borderColor, borderWidth) _uniformCache;
std::unique_ptr<ghoul::opengl::ProgramObject> _shader;
};