mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
Examples: AndroidMath: Java9 compatibility fixed - finalizers can not be used.
git-svn-id: svn://ultimatepp.org/upp/trunk@16026 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
181edf9277
commit
e96f8d39c7
3 changed files with 12 additions and 9 deletions
|
|
@ -58,6 +58,9 @@ public class AndroidMathActivity extends Activity
|
|||
text += "Vec2: " + vec2.toString() + "\n";
|
||||
|
||||
tv.append(text);
|
||||
|
||||
vec1.dispose();
|
||||
vec2.dispose();
|
||||
}
|
||||
|
||||
static {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue