fix the render method of the opengl glew engine

Thanks to Roberto Huelga


SVN revision: 38817
This commit is contained in:
Vincent Torri 2009-01-27 21:58:15 +00:00
parent c02331ab22
commit 10c6c96c44
1 changed files with 1 additions and 1 deletions

View File

@ -1096,7 +1096,7 @@ _ecore_evas_engine_opengl_glew_init(Ecore_Evas *ee)
const char *driver;
int rmethod;
driver = "opengl_glew";
driver = "gl_glew";
rmethod = evas_render_method_lookup(driver);
if (!rmethod)