Fix window title for glStencilViewer code example

This commit is contained in:
manuelk 2014-09-12 17:04:26 -07:00
parent c66ee724a8
commit c3cfb6824b

View File

@ -1031,7 +1031,7 @@ int main(int argc, char **argv) {
return 1;
}
static const char windowTitle[] = "OpenSubdiv glStencilViewer";
static const char windowTitle[] = "OpenSubdiv glStencilViewer " OPENSUBDIV_VERSION_STRING;
#define CORE_PROFILE
#ifdef CORE_PROFILE