re-enable screensaver, which SDL disables by default
This commit is contained in:
parent
c9fbe0e251
commit
037fc27dcd
@ -301,6 +301,7 @@ def start():
|
||||
- N to capture NFC data (tap it)
|
||||
''')
|
||||
sdl2.ext.init()
|
||||
sdl2.SDL_EnableScreenSaver()
|
||||
|
||||
factory = sdl2.ext.SpriteFactory(sdl2.ext.SOFTWARE)
|
||||
bg = factory.from_image("background.png")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user