Skip to content

Commit

Permalink
Merge pull request #2562 from romulox-x/clear_fix
Browse files Browse the repository at this point in the history
removed extra viewport clear
  • Loading branch information
reduz committed Oct 1, 2015
2 parents e055247 + 187c000 commit 2c45ee5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gles2/rasterizer_gles2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4160,7 +4160,6 @@ void RasterizerGLES2::begin_frame() {
time_delta=time-last_time;
last_time=time;
frame++;
clear_viewport(Color(1,0,0.5));

_rinfo.vertex_count=0;
_rinfo.object_count=0;
Expand Down

0 comments on commit 2c45ee5

Please sign in to comment.