forked from ndyer/pygame-dvd
change FPS from 60 to 90
This commit is contained in:
parent
11f5eb5a79
commit
691005a67e
@ -3,7 +3,7 @@ import subprocess
|
|||||||
import steam_saver.surfaces as surfaces
|
import steam_saver.surfaces as surfaces
|
||||||
|
|
||||||
# Global variables
|
# Global variables
|
||||||
FPS = 60
|
FPS = 90
|
||||||
VALID_SURFACES = [
|
VALID_SURFACES = [
|
||||||
'steam_screen'
|
'steam_screen'
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user