AcademySoftwareFoundation / openvdb

OpenVDB - Sparse volume data structure and tools
http://www.openvdb.org/
Mozilla Public License 2.0
2.62k stars 647 forks source link

Removed Redundant Render Function Call #1686

Open ganesh1828 opened 11 months ago

ganesh1828 commented 11 months ago

Due to mUpdates upper limit value check 2, render function is called twice from the loop in the view function in the Viewer.cc file. Changing its upper limit value check to 1 will results in calling render function only once.

linux-foundation-easycla[bot] commented 11 months ago

CLA Not Signed

diiigle commented 11 months ago

Rings some alarm bells for me:

  1. effectively a 1 line change, that would be "easy to approve"
  2. no description provided
  3. Why is there a binary blob committed, and then removed in a second commit? Just to place it in the history?!

smells fishy

ganesh1828 commented 11 months ago

@diiigle Binary was pushed by mistake, that's why I removed it. and description is provided now, you can check it.