Skip to content

Commit

Permalink
Merge pull request #40 from mortennobel/patch-2
Browse files Browse the repository at this point in the history
Rename window title to 'MapBuffers'
  • Loading branch information
danginsburg authored Dec 27, 2016
2 parents ff1b7de + 096674d commit 3b18ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Chapter_6/MapBuffers/MapBuffers.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ int esMain ( ESContext *esContext )
{
esContext->userData = malloc ( sizeof ( UserData ) );

esCreateWindow ( esContext, "VertexBufferObjects", 320, 240, ES_WINDOW_RGB );
esCreateWindow ( esContext, "MapBuffers", 320, 240, ES_WINDOW_RGB );

if ( !Init ( esContext ) )
{
Expand Down

0 comments on commit 3b18ecc

Please sign in to comment.