summaryrefslogtreecommitdiff
path: root/glretrace_cgl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'glretrace_cgl.cpp')
-rw-r--r--glretrace_cgl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/glretrace_cgl.cpp b/glretrace_cgl.cpp
index 2feebc3..0c5aa73 100644
--- a/glretrace_cgl.cpp
+++ b/glretrace_cgl.cpp
@@ -70,7 +70,7 @@ getContext(unsigned long long ctx) {
it = context_map.find(ctx);
if (it == context_map.end()) {
glws::Context *context;
- context_map[ctx] = context = glws::createContext(visual, sharedContext);
+ context_map[ctx] = context = glws::createContext(visual, sharedContext, glretrace::defaultProfile);
if (!sharedContext) {
sharedContext = context;
}