Skip to content

Commit

Permalink
MM Renderer - Remove unneeded TODO
Browse files Browse the repository at this point in the history
This doesn't make sense anymore - maybe it never made any sense.
  • Loading branch information
david-cattermole committed Oct 1, 2023
1 parent a223873 commit 1b800f6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/mmSolver/render/RenderGlobalsNode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ void RenderGlobalsNode::postConstructor() {
m_attr_change_callback =
MNodeMessage::addAttributeChangedCallback(obj, attr_change_func);
}

// TODO: When the node is created for the first time, it should
// query the RenderOverride's values and set the attributes on the
// node.
}

void RenderGlobalsNode::attr_change_func(MNodeMessage::AttributeMessage msg,
Expand Down

0 comments on commit 1b800f6

Please sign in to comment.