tiny fix + version increment

This commit is contained in:
Simon 2020-07-06 23:28:15 +01:00
parent 076392b618
commit 0389a33e5b
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.drbeef.rtcwquest"
android:versionCode="2"
android:versionName="0.2.0" android:installLocation="auto" >
android:versionCode="3"
android:versionName="0.3.0" android:installLocation="auto" >
<!-- Tell the system this app requires OpenGL ES 3.1. -->
<uses-feature android:glEsVersion="0x00030001" android:required="true"/>

View file

@ -1280,7 +1280,7 @@ void RTCWVR_ResyncClientYawWithGameYaw()
//Allow several frames for the yaw to sync, first is this frame which is the old yaw
//second is the next frame which _should_ be the new yaw, but just in case it isn't
//we resync on the 3rd frame as well
resyncClientYawWithGameYaw = 5;
resyncClientYawWithGameYaw = 2;
}
void RTCWVR_Init()