initialize flutterTextureId to -1

This commit is contained in:
Nick Fisher
2024-03-07 16:44:56 +11:00
parent 59d6b17f63
commit a872cef436

View File

@@ -11,7 +11,7 @@ namespace flutter_filament {
class FlutterTextureBuffer {
public:
int64_t flutterTextureId = 0;
int64_t flutterTextureId = -1;
};
}