Skip to content

Commit

Permalink
Make all Renderer members public
Browse files Browse the repository at this point in the history
  • Loading branch information
Stovent committed Jul 26, 2024
1 parent e583e23 commit 9ca2132
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CDI/Video/Renderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class Renderer
Plane m_backdropPlane{3, 1, Plane::MAX_HEIGHT, Plane::MAX_HEIGHT * 3};
Plane m_cursorPlane{4, Plane::CURSOR_WIDTH, Plane::CURSOR_HEIGHT, Plane::CURSOR_ARGB_SIZE}; // TODO: also make the cursor RGB like the background ?

private:
enum class ImageType
{
Normal,
Expand Down

0 comments on commit 9ca2132

Please sign in to comment.