mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Fix UpdatePowerInfo method implementation in PowerIphone class
(cherry picked from commit 06fab24348
)
This commit is contained in:
parent
060f9f2cd7
commit
6989a7ac53
@ -30,7 +30,7 @@
|
||||
|
||||
#include "power_iphone.h"
|
||||
|
||||
bool OS::PowerState::UpdatePowerInfo() {
|
||||
bool PowerIphone::UpdatePowerInfo() {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user