We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc46bb9 + da50a92 commit 47f3064Copy full SHA for 47f3064
examples/pysdl2.py
@@ -12,7 +12,7 @@
12
python pysdl2.py [-v] [-h] [-r {software|hardware}]
13
14
-v turn on debug messages
15
- -r specify hardware or software (default) rendering
+ -r specify hardware (default) or software rendering
16
-h display help info
17
18
Tested configurations:
@@ -112,7 +112,7 @@ def main():
112
'-r',
113
'--renderer',
114
help='Specify hardware or software rendering',
115
- default='software',
+ default='hardware',
116
dest='renderer',
117
choices=['software', 'hardware']
118
)
0 commit comments