AcademySoftwareFoundation/openvdb
View on GitHubRedundant call to render function in vdb viewer
Open
#175 opened on Oct 2, 2017
good first issue
Repository metrics
- Stars
- (3,343 stars)
- PR merge metrics
- (PR metrics pending)
Description
The mUpdates variable is reset at every key callback. However, I believe mUpdates should be reset only when key is pressed. Presently this variable is reset when the key is pressed as well as when it released. Due to this, the render function is called four times instead of two.