Fix incorrect variable name for last commit.

This commit is contained in:
Dario 2021-04-09 14:03:53 -03:00
parent 04779ce252
commit 5f4af45334
1 changed files with 1 additions and 1 deletions

View File

@ -839,7 +839,7 @@ struct GraphNode *process_geo_layout(struct AllocOnlyPool *pool, void *segptr) {
gGeoLayoutCommand = segmented_to_virtual(segptr);
#ifdef GFX_ENABLE_GRAPH_NODE_MODS
gfx_register_graph_node_layout(graphNode);
gfx_register_graph_node_layout(gGeoLayoutCommand);
#endif
gGraphNodePool = pool;