Merge pull request #2562 from romulox-x/clear_fix
removed extra viewport clear
This commit is contained in:
commit
2c45ee5e1c
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue