1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-20 07:30:26 +00:00

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"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.roguetemple.hyperroid" package="com.roguetemple.hyperroid"
android:versionCode="10504" android:versionName="10.5d" android:versionCode="10505" android:versionName="10.5e"
android:installLocation="auto"> android:installLocation="auto">
<!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> --> <!-- <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> -->
<!-- <uses-sdk android:minSdkVersion="9" android:targetSdkVersion="9" /> --> <!-- <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; mousex = _mousex;
mousey = _mousey; mousey = _mousey;
clicked = _clicked; clicked = _clicked;
ticks = _ticks; // ticks = _ticks;
uploadAll(MOBPAR_ACTUAL); uploadAll(MOBPAR_ACTUAL);
UNLOCK UNLOCK
// delref; // delref;