]> git.cworth.org Git - apitrace/blobdiff - glretrace_cgl.cpp
Improve the indention in emacs just a bit.
[apitrace] / glretrace_cgl.cpp
index cfa9d20097757d12389960733c4fe5c63357bc56..d5238a8a7ec2e841045510cf694aa3cfb0a984f2 100644 (file)
@@ -107,7 +107,7 @@ static void retrace_CGLFlushDrawable(Trace::Call &call) {
             glFlush();
         }
 
-        frame_complete(call.no);
+        frame_complete(call);
     }
 }