mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-19 23:30:25 +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:
parent
af9c3f0b55
commit
3f0bda332e
@ -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" /> -->
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user