android:: fixed a time measurement bug which caused non-smooth camera movement, or sometimes even no camera movement

This commit is contained in:
Zeno Rogue 2019-01-24 14:45:59 +01:00
parent af9c3f0b55
commit 3f0bda332e
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.roguetemple.hyperroid"
android:versionCode="10504" android:versionName="10.5d"
android:versionCode="10505" android:versionName="10.5e"
android:installLocation="auto">
<!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> -->
<!-- <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="9" /> -->

View File

@ -343,7 +343,7 @@ extern "C" void Java_com_roguetemple_hyperroid_HyperRogue_update
mousex = _mousex;
mousey = _mousey;
clicked = _clicked;
ticks = _ticks;
// ticks = _ticks;
uploadAll(MOBPAR_ACTUAL);
UNLOCK
// delref;