[Android] Fixed stream pointer not initialized in Font.cpp
This commit is contained in:
parent
273ad4c9ee
commit
a348428476
@ -73,7 +73,9 @@ m_streamRec(NULL),
|
||||
m_refCount (NULL),
|
||||
m_info ()
|
||||
{
|
||||
|
||||
#ifdef SFML_SYSTEM_ANDROID
|
||||
m_stream = NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user