Skip to content

Commit

Permalink
another warning
Browse files Browse the repository at this point in the history
  • Loading branch information
atupone committed Apr 1, 2024
1 parent e8cd137 commit 5a1bbe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/EighthDimSceneNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ class EighthDimSceneNode : public SceneNode
~EighthDimSceneNode();

bool cull(const ViewFrustum&) const;
void notifyStyleChange();
void addRenderNodes(SceneRenderer&);
void notifyStyleChange() override;
void addRenderNodes(SceneRenderer&) override;

protected:
EighthDimSceneNode(int numPolys);
Expand Down

0 comments on commit 5a1bbe3

Please sign in to comment.