evas gl example - make bg blue to make onefang not freak out. :)

This commit is contained in:
Carsten Haitzler 2014-01-11 11:12:16 +09:00
parent 10d9adfc46
commit 4e52fbdc74
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ on_pixels(void *data, Evas_Object *obj)
gl->glViewport(0, 0, w, h);
// Clear the buffer
gl->glClearColor(1.0, 0.0, 0.0, 1);
gl->glClearColor(0.0, 0.0, 1.0, 1);
gl->glClear(GL_COLOR_BUFFER_BIT);
// Draw a Triangle