diff --git a/ChangeLog b/ChangeLog index cd59c41..a505d5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ Version 0.0.2: name changed to spOSMroute, since on there had been another OSMroute already. ============================================================================= +(2013-05-15): +- fixed: areas will be split into peaces if there is an angle above 180°. + needed for displaying on GLES supported devices.. + (2013-05-02): - fixed: ncurses version fixed, the last patches made it impossible to compile. diff --git a/android/src/de/gulpe/sposmroute/spOSMrNActivity.java b/android/src/de/gulpe/sposmroute/spOSMrNActivity.java index 603850e..89aa157 100644 --- a/android/src/de/gulpe/sposmroute/spOSMrNActivity.java +++ b/android/src/de/gulpe/sposmroute/spOSMrNActivity.java @@ -32,7 +32,6 @@ public class spOSMrNActivity extends NativeActivity { }); super.onCreate(savedInstanceState); - // Make your custom init here _activity = this; }