More Regal experimental

This commit is contained in:
khanhduytran0 2020-04-14 10:32:57 +07:00
parent b390639fba
commit 02b4f07460
2 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ public class MainActivity extends AppCompatActivity implements OnTouchListener,
}
});
System.loadLibrary("Regal");
// System.loadLibrary("Regal");
Bitmap awtGraphics = Bitmap.createBitmap(10, 10, Bitmap.Config.ARGB_8888);
AndroidGraphics2D.getInstance(this, new Canvas(awtGraphics), null);