Skip to content

Commit 916bfa7

Browse files
committed
Missing flush
1 parent c4c849c commit 916bfa7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/renderer/webgl/WebGLRenderer.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2398,6 +2398,8 @@ var WebGLRenderer = new Class({
23982398
{
23992399
if (this.contextLost) { return; }
24002400

2401+
this.flush();
2402+
24012403
this.emit(Events.POST_RENDER);
24022404

24032405
var state = this.snapshotState;

0 commit comments

Comments
 (0)