Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwokcb committed Oct 1, 2024
1 parent 57f8f39 commit 7333501
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/MaterialXGraphEditor/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -263,15 +263,13 @@ int main(int argc, char* const argv[])
break;
}


double xpos = 0.0;
double ypos = 0.0;
glfwGetCursorPos(window, &xpos, &ypos);
graph->drawGraph(ImVec2((float) xpos, (float) ypos));
ImGui::Render();
ImGui_ImplOpenGL3_RenderDrawData(ImGui::GetDrawData());
glfwSwapBuffers(window);

}

// Cleanup
Expand Down

0 comments on commit 7333501

Please sign in to comment.