X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fscene%2Fsky%2Fcloud.hxx;h=81c9e038b624622ae3fa8a6c61e45cf834197ea1;hb=813b518b6f0c3e772fbd521d75106a650e69a084;hp=9e38687c7ecb526c713cef63560dd4bf269fa956;hpb=c47e800f60a399d4de7da6e73461e284af4eac33;p=simgear.git diff --git a/simgear/scene/sky/cloud.hxx b/simgear/scene/sky/cloud.hxx index 9e38687c..81c9e038 100644 --- a/simgear/scene/sky/cloud.hxx +++ b/simgear/scene/sky/cloud.hxx @@ -189,7 +189,8 @@ public: /** return the 3D layer cloud associated with this 2D layer */ SGCloudField *get_layer3D(void) { return layer3D; } - +protected: + void setTextureOffset(const osg::Vec2& offset); private: osg::ref_ptr layer_root;