initialize flutterTextureId to -1
This commit is contained in:
@@ -11,7 +11,7 @@ namespace flutter_filament {
|
|||||||
|
|
||||||
class FlutterTextureBuffer {
|
class FlutterTextureBuffer {
|
||||||
public:
|
public:
|
||||||
int64_t flutterTextureId = 0;
|
int64_t flutterTextureId = -1;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user