mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 15:04:40 -04:00
Added call to missing glClearColor method in flow classes, this was causing render issues in some platforms.
This commit is contained in:
@ -325,6 +325,7 @@ void YACReaderFlowGL::paintGL()
|
||||
|
||||
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
|
||||
|
||||
glClearColor(0,0,0,1);
|
||||
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
|
||||
|
||||
if(numObjects>0)
|
||||
|
Reference in New Issue
Block a user