Skip to content

Commit

Permalink
Fix test class
Browse files Browse the repository at this point in the history
  • Loading branch information
Ymihere03 committed Aug 13, 2024
1 parent b8b233a commit c11e5f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/render/NullRenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ class NullRenderer final: public AbstractRenderer {
virtual void RemoveHUDPart(CBSPPart *part) override {};
virtual void RemovePart(CBSPPart *part) override {};
virtual void RenderFrame() override {};
virtual void UpdateViewRect(int width, int height, float pixelRatio) override {};
};

0 comments on commit c11e5f5

Please sign in to comment.