From e4687bbf479d9a90162ca29231a6127b861f1050 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Wed, 27 Sep 2023 23:02:58 +0000 Subject: [PATCH] remove virtual Signed-off-by: Ian Chen --- ogre2/include/gz/rendering/ogre2/Ogre2WideAngleCamera.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ogre2/include/gz/rendering/ogre2/Ogre2WideAngleCamera.hh b/ogre2/include/gz/rendering/ogre2/Ogre2WideAngleCamera.hh index 44e3c28b5..2979ddec7 100644 --- a/ogre2/include/gz/rendering/ogre2/Ogre2WideAngleCamera.hh +++ b/ogre2/include/gz/rendering/ogre2/Ogre2WideAngleCamera.hh @@ -112,11 +112,11 @@ namespace gz /// \brief Set the background material of this camera /// \param[in] _material Material to set the background to - public: virtual void SetBackgroundMaterial(MaterialPtr _material); + public: void SetBackgroundMaterial(MaterialPtr _material); /// \brief Get the background material of this camera /// \return background material - public: virtual MaterialPtr BackgroundMaterial() const; + public: MaterialPtr BackgroundMaterial() const; /// \brief Returns the workspace name for the final pass /// that stitches all faces. @@ -187,7 +187,7 @@ namespace gz uint8_t _msaa); /// \brief Update the background material - private: virtual void UpdateBackgroundMaterial(); + private: void UpdateBackgroundMaterial(); /// \brief Saves the CompositorPassSceneDef of each of the 6 passes /// defined in WideAngleCamera.compositor data file for later