Skip to content

Commit

Permalink
Merge pull request #13122 from takahirox/ReleaseCurrentRenderList
Browse files Browse the repository at this point in the history
Release the reference to the current renderList at the end of .render()
  • Loading branch information
mrdoob authored Jan 17, 2018
2 parents cd72645 + e06340e commit 966aca5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderers/WebGLRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1226,6 +1226,8 @@ function WebGLRenderer( parameters ) {

// _gl.finish();

currentRenderList = null;

};

/*
Expand Down

0 comments on commit 966aca5

Please sign in to comment.