Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Robadob committed Oct 16, 2023
1 parent d0402c7 commit e501c7f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1416,7 +1416,6 @@ TEST(TestEnvironmentDirectedGraph, VertexFromID) {
}
FLAMEGPU_AGENT_FUNCTION(CheckGraphEdgeFromIDs, MessageNone, MessageNone) {
auto graph = FLAMEGPU->environment.getDirectedGraph("graph");

const unsigned int edge_index = graph.getEdgeIndex(FLAMEGPU->getIndex(), FLAMEGPU->getIndex());
const unsigned int edge_val = graph.getEdgeProperty<unsigned int>("id", edge_index);

Expand Down

0 comments on commit e501c7f

Please sign in to comment.