removed unnecessary clear, which prevented root viewport from working right when told not to clear
This commit is contained in:
@ -4160,7 +4160,6 @@ void RasterizerGLES2::begin_frame() {
|
|||||||
time_delta=time-last_time;
|
time_delta=time-last_time;
|
||||||
last_time=time;
|
last_time=time;
|
||||||
frame++;
|
frame++;
|
||||||
clear_viewport(Color(1,0,0.5));
|
|
||||||
|
|
||||||
_rinfo.vertex_count=0;
|
_rinfo.vertex_count=0;
|
||||||
_rinfo.object_count=0;
|
_rinfo.object_count=0;
|
||||||
|
|||||||
Reference in New Issue
Block a user