Skip to content

Commit

Permalink
fix flickering of gpu-particles on high particle count
Browse files Browse the repository at this point in the history
  • Loading branch information
cgcostume committed Nov 1, 2014
1 parent 502d8d3 commit fb74c44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/examples/gpu-particles/AbstractParticleTechnique.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,6 @@ void AbstractParticleTechnique::draw(const float elapsed)
m_quad->draw();

glEnable(GL_DEPTH_TEST);

glFinish();
}

0 comments on commit fb74c44

Please sign in to comment.