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 c3f2bfb commit b8b233a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/render/NullRenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class NullRenderer final: public AbstractRenderer {
virtual void AddPart(CBSPPart *part) override {};
virtual void ApplyLights() override {};
virtual void ApplyProjection() override {};
virtual void ApplyFrameBuffer() override {};
virtual std::unique_ptr<VertexData> NewVertexDataInstance() override {
return nullptr;
};
Expand Down

0 comments on commit b8b233a

Please sign in to comment.