mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-14 01:19:59 +00:00
Fixed incorrect hasPtr in MemoryStream
This commit is contained in:
parent
fb1eec974c
commit
2a6ed21351
@ -30,6 +30,7 @@ class MemoryStream : public Stream
|
||||
isSeekable = true;
|
||||
hasPosition = true;
|
||||
hasSize = true;
|
||||
hasPtr = true;
|
||||
}
|
||||
|
||||
MemoryStream()
|
||||
|
Loading…
x
Reference in New Issue
Block a user