Added initialization of GLEW in sf::Drawable (for glBlendFuncSeparate)

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1140 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
laurentgom 2009-06-14 06:47:25 +00:00
parent b602a3f8dc
commit e6483d2165

View File

@ -46,7 +46,8 @@ myBlendMode (Blend::Alpha),
myNeedUpdate (true),
myInvNeedUpdate(true)
{
// Make sure that GLEW is initialized (for glBlendFuncSeparate)
EnsureGlewInit();
}