revert Paint back to Android
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
*/
|
||||
package org.oscim.renderer.layer;
|
||||
|
||||
import org.oscim.graphics.Canvas;
|
||||
import org.oscim.graphics.Graphics;
|
||||
import org.oscim.renderer.TextureRenderer;
|
||||
|
||||
import android.graphics.Canvas;
|
||||
|
||||
public final class TextLayer extends TextureLayer {
|
||||
|
||||
//private static String TAG = TextureLayer.class.getName();
|
||||
@@ -39,7 +39,8 @@ public final class TextLayer extends TextureLayer {
|
||||
|
||||
public TextLayer() {
|
||||
type = Layer.SYMBOL;
|
||||
mCanvas = Graphics.res.getCanvas();
|
||||
//mCanvas = Graphics.res.getCanvas();
|
||||
mCanvas = new Canvas();
|
||||
fixed = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user