Skip to content

Commit

Permalink
Fix typo (#1393)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienblor authored Jan 13, 2023
1 parent 9abcd87 commit 4571d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render_delegate/node_graph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ AtNode* HdArnoldNodeGraph::ReadMaterialNode(const HdMaterialNode& node)
auto resourceNodeData = NodeDataPtr(new NodeData(oslSource, true));
_nodes.emplace(resourceNodePath, resourceNodeData);
} else {
resourceNodeit->second->used = true;
resourceNodeIt->second->used = true;
}

// Set the actual texture filename to this new osl shader
Expand Down

0 comments on commit 4571d43

Please sign in to comment.