Fix texture upload callbacks in Java/Kotlin (#6939)

* Fix texture upload callbacks in Java/Kotlin

* Update release notes
This commit is contained in:
Romain Guy
2023-07-06 15:53:24 -07:00
committed by GitHub
parent 3beb39f30b
commit 4582ce8769
3 changed files with 4 additions and 5 deletions

View File

@@ -511,9 +511,7 @@ public:
private:
void* mData = nullptr;
jobject mBitmap = nullptr;
jobject mHandler = nullptr;
jobject mCallback = nullptr;
jobject mBitmap{};
AndroidBitmapInfo mInfo{};
};