-
- Downloads
BUG: fix VTK rendering when framerate not fixed
When the framerate was not fixed, the next render pass would be called using `CreateOneShotTimer(0)` while its parameter minimum value is 1 (in milliseconds). 0 would set it up for the default value of 10 ms.
Please register or sign in to comment