Commit 1180ea73 by alokp@chromium.org

Fixed the title of texture-wrap sample.

Review URL: http://codereview.appspot.com/834041 git-svn-id: https://angleproject.googlecode.com/svn/trunk@81 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent 76dbf17f
......@@ -241,7 +241,7 @@ int main ( int argc, char *argv[] )
esInitContext ( &esContext );
esContext.userData = &userData;
esCreateWindow ( &esContext, "MipMap 2D", 640, 480, ES_WINDOW_RGB );
esCreateWindow ( &esContext, "Texture Wrap", 640, 480, ES_WINDOW_RGB );
if ( !Init ( &esContext ) )
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment