typo
This commit is contained in:
parent
ae844e8700
commit
9fe7fa9fad
|
@ -6,7 +6,7 @@ import os
|
||||||
import sys
|
import sys
|
||||||
import platform
|
import platform
|
||||||
|
|
||||||
opts = Options)
|
opts = Options()
|
||||||
opts.AddOptions(
|
opts.AddOptions(
|
||||||
BoolOption('FRAMESKIP', 'Enable frameskipping', 1),
|
BoolOption('FRAMESKIP', 'Enable frameskipping', 1),
|
||||||
BoolOption('OPENGL', 'Enable OpenGL support', 1),
|
BoolOption('OPENGL', 'Enable OpenGL support', 1),
|
||||||
|
|
Loading…
Reference in New Issue