[Android] Fixed stream pointer not initialized in Font.cpp

This commit is contained in:
Jonathan De Wachter 2014-04-20 12:12:04 +02:00
parent 273ad4c9ee
commit a348428476

View File

@ -73,7 +73,9 @@ m_streamRec(NULL),
m_refCount (NULL),
m_info ()
{
#ifdef SFML_SYSTEM_ANDROID
m_stream = NULL;
#endif
}