File tree Expand file tree Collapse file tree
source/MaterialXGraphEditor Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -210,11 +210,11 @@ int main(int argc, char* const argv[])
210210
211211 // Create graph editor.
212212 Graph* graph = new Graph (materialFilename,
213- meshFilename,
214- searchPath,
215- libraryFolders,
216- viewWidth,
217- viewHeight);
213+ meshFilename,
214+ searchPath,
215+ libraryFolders,
216+ viewWidth,
217+ viewHeight);
218218 if (!captureFilename.empty ())
219219 {
220220 graph->getRenderer ()->requestFrameCapture (captureFilename);
@@ -270,7 +270,7 @@ int main(int argc, char* const argv[])
270270 double xpos = 0.0 ;
271271 double ypos = 0.0 ;
272272 glfwGetCursorPos (window, &xpos, &ypos);
273- graph->drawGraph (ImVec2 ((float )xpos, (float )ypos));
273+ graph->drawGraph (ImVec2 ((float ) xpos, (float ) ypos));
274274 ImGui::Render ();
275275 ImGui_ImplOpenGL3_RenderDrawData (ImGui::GetDrawData ());
276276 glfwSwapBuffers (window);
You can’t perform that action at this time.
0 commit comments