Fix graphics tests to pass default replay options to OpenCapture

This commit is contained in:
baldurk
2019-08-29 10:02:29 +01:00
parent 12f08aa47f
commit 096e5af08b
+1 -1
View File
@@ -40,7 +40,7 @@ def open_capture(filename="", cap: rd.CaptureFile=None):
cap.Shutdown()
raise RuntimeError("{} capture cannot be replayed".format(api))
status, controller = cap.OpenCapture(None)
status, controller = cap.OpenCapture(rd.ReplayOptions(), None)
if own_cap:
cap.Shutdown()