mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Fix BitmapOverlay to have public constructor
This commit is contained in:
parent
d55b33474e
commit
f0d24cbf58
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ public abstract class BitmapOverlay extends TextureOverlay {
|
|||
private int lastTextureId;
|
||||
private @Nullable Bitmap lastBitmap;
|
||||
|
||||
BitmapOverlay() {
|
||||
public BitmapOverlay() {
|
||||
lastTextureId = C.INDEX_UNSET;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue