mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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 int lastTextureId;
|
||||||
private @Nullable Bitmap lastBitmap;
|
private @Nullable Bitmap lastBitmap;
|
||||||
|
|
||||||
BitmapOverlay() {
|
public BitmapOverlay() {
|
||||||
lastTextureId = C.INDEX_UNSET;
|
lastTextureId = C.INDEX_UNSET;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue