Android: No longer keep an active input stream longer than needed.
This commit is contained in:
parent
3a96024f6b
commit
1e800d9551
2 changed files with 2 additions and 17 deletions
|
@ -265,9 +265,6 @@ private:
|
|||
////////////////////////////////////////////////////////////
|
||||
Vector2u m_size; ///< Image size
|
||||
std::vector<Uint8> m_pixels; ///< Pixels of the image
|
||||
#ifdef SFML_SYSTEM_ANDROID
|
||||
void* m_stream; ///< Asset file streamer (if loaded from file)
|
||||
#endif
|
||||
};
|
||||
|
||||
} // namespace sf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue