mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Changed love.system.getPowerInfo to return -1 for battery percent and seconds remaining instead of nil, if the value can't be determined
This commit is contained in:
@@ -172,6 +172,7 @@ LOVE 0.9.0 [Baby Inspector]
|
||||
* Updated most love.filesystem functions to return nil, error on internal failure.
|
||||
* Updated love.keypressed's second argument to be a boolean indicating key repeat.
|
||||
* Updated keyboard key constants for some more modern keyboard keys.
|
||||
* Updated window code to use adaptive vsync when available, if vsync is enabled.
|
||||
* Updated the setFilter and setWrap methods, the second argument is now optional.
|
||||
* Updated Font and ParticleSystem rendering code, now more performant.
|
||||
* Updated SpriteBatch code, now more performant when adding/setting and (un)binding.
|
||||
|
||||
Reference in New Issue
Block a user