Merge pull request #2562 from romulox-x/clear_fix

removed extra viewport clear
This commit is contained in:
Juan Linietsky 2015-10-01 17:33:45 -03:00
commit 2c45ee5e1c
1 changed files with 0 additions and 1 deletions

View File

@ -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;