mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 22:15:32 +00:00
Fixed incorrect hasPtr in MemoryStream
This commit is contained in:
parent
fb1eec974c
commit
2a6ed21351
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ class MemoryStream : public Stream
|
||||||
isSeekable = true;
|
isSeekable = true;
|
||||||
hasPosition = true;
|
hasPosition = true;
|
||||||
hasSize = true;
|
hasSize = true;
|
||||||
|
hasPtr = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
MemoryStream()
|
MemoryStream()
|
||||||
|
|
Loading…
Reference in a new issue