Move function in renderable.h to protected that was being used in renderablevideosphere

This commit is contained in:
Ylva Selling
2023-04-14 18:57:21 -04:00
parent 6e2729b24b
commit 54cf02055d

View File

@@ -142,8 +142,8 @@ protected:
// where all parts of the renderable should not be rendered in the same bin
std::optional<RenderBin> _secondaryRenderBin;
private:
void registerUpdateRenderBinFromOpacity();
private:
double _boundingSphere = 0.0;
double _interactionSphere = 0.0;