mirror of
https://github.com/shagr4th/droid48
synced 2024-11-16 20:12:34 +01:00
Fix #19
This commit is contained in:
parent
0886edcdef
commit
c17b733679
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ public class HPView extends SurfaceView implements SurfaceHolder.Callback {
|
|||
|
||||
|
||||
Log.i("x48", "init backBuffer !: " + keybLite);
|
||||
backBuffer = Bitmap.createBitmap(c.getWidth(), c.getHeight(), Bitmap.Config.ARGB_8888);
|
||||
backBuffer = Bitmap.createBitmap(this.getWidth(), this.getHeight(), Bitmap.Config.ARGB_8888);
|
||||
Canvas backCanvas = new Canvas(backBuffer);
|
||||
|
||||
int w = backBuffer.getWidth();
|
||||
|
|
Loading…
Reference in a new issue