Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also call render from the user thread
Someone moved the call to render out of the thread loop and into the texture update function. Same rationale for putting it back. It should not overlap other user code and it should be possible to detect if the user code hangs.
- Loading branch information