diff options
Diffstat (limited to 'wrappers/gltrace.py')
-rw-r--r-- | wrappers/gltrace.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wrappers/gltrace.py b/wrappers/gltrace.py index 3695e977..fe1af817 100644 --- a/wrappers/gltrace.py +++ b/wrappers/gltrace.py @@ -153,7 +153,7 @@ class GlTracer(Tracer): print ' return false;' print ' }' print - print ' glprofile::Profile profile = ctx->profile;' + print ' glfeatures::Profile profile = ctx->profile;' print ' bool es1 = profile.es() && profile.major == 1;' print @@ -969,7 +969,7 @@ class GlTracer(Tracer): print '{' print ' gltrace::Context *ctx = gltrace::getContext();' print - print ' glprofile::Profile profile = ctx->profile;' + print ' glfeatures::Profile profile = ctx->profile;' print ' bool es1 = profile.es() && profile.major == 1;' print |