summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/samples/tri.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/state_trackers/python/samples/tri.py')
-rw-r--r--src/gallium/state_trackers/python/samples/tri.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/state_trackers/python/samples/tri.py b/src/gallium/state_trackers/python/samples/tri.py
index 7a10905ddb..f915c26215 100644
--- a/src/gallium/state_trackers/python/samples/tri.py
+++ b/src/gallium/state_trackers/python/samples/tri.py
@@ -185,7 +185,7 @@ def test(dev):
def main():
- dev = Device(hardware = False)
+ dev = Device()
test(dev)