Skip to content

Commit

Permalink
remove virtual
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Sep 27, 2023
1 parent 78af20c commit e4687bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ogre2/include/gz/rendering/ogre2/Ogre2WideAngleCamera.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e4687bb

Please sign in to comment.