Add camera/location support for iOS
Add front camera support for Android Allow to change the active camera in-game
This commit is contained in:
parent
1d6d66ac43
commit
5fbf2d7713
24 changed files with 409 additions and 44 deletions
|
@ -1358,7 +1358,7 @@ void NativeShutdown() {
|
|||
// I think we handle most globals correctly or correct-enough now.
|
||||
}
|
||||
|
||||
void PushNewGpsData(float latitude, float longitude, float altitude, float speed, float bearing, long long time) {
|
||||
void SetGpsData(float latitude, float longitude, float altitude, float speed, float bearing, long long time) {
|
||||
GPS::setGpsData(latitude, longitude, altitude, speed, bearing, time);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue