Fix crash on Android when loading mesh with SDF data
This commit is contained in:
@@ -13,6 +13,11 @@ private:
|
||||
FlaxStorage* _storage;
|
||||
|
||||
public:
|
||||
FlaxStorageReference()
|
||||
: _storage(nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
FlaxStorageReference(FlaxStorage* storage)
|
||||
: _storage(storage)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user