removed unnecessary clear, which prevented root viewport from working right when told not to clear

This commit is contained in:
romulox_x 2015-10-01 13:30:10 -07:00
parent e055247b17
commit 187c000ab5
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;