Skip to content

Commit fb74c44

Browse files
committed
fix flickering of gpu-particles on high particle count
1 parent 502d8d3 commit fb74c44

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/examples/gpu-particles/AbstractParticleTechnique.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,6 @@ void AbstractParticleTechnique::draw(const float elapsed)
130130
m_quad->draw();
131131

132132
glEnable(GL_DEPTH_TEST);
133+
134+
glFinish();
133135
}

0 commit comments

Comments
 (0)