mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
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:
parent
b602a3f8dc
commit
e6483d2165
@ -46,7 +46,8 @@ myBlendMode (Blend::Alpha),
|
||||
myNeedUpdate (true),
|
||||
myInvNeedUpdate(true)
|
||||
{
|
||||
|
||||
// Make sure that GLEW is initialized (for glBlendFuncSeparate)
|
||||
EnsureGlewInit();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user