python: Allow hardware support.
This commit is contained in:
@@ -227,7 +227,7 @@ class TextureTest(Test):
|
||||
|
||||
|
||||
def main():
|
||||
dev = Device(hardware = False)
|
||||
dev = Device()
|
||||
test = TextureTest(dev = dev)
|
||||
test.run()
|
||||
|
||||
|
Reference in New Issue
Block a user