Commit c9694ad3 authored by cutealien's avatar cutealien

Fix compile errors.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3446 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 031838cb
......@@ -4185,7 +4185,7 @@ GLenum COpenGLDriver::primitiveTypeToGL(scene::E_PRIMITIVE_TYPE type) const
}
GLenum getGLBlend (E_BLEND_FACTOR factor) const
GLenum COpenGLDriver::getGLBlend (E_BLEND_FACTOR factor) const
{
u32 r = 0;
switch (factor)
......
......@@ -379,7 +379,7 @@ namespace video
GLenum primitiveTypeToGL(scene::E_PRIMITIVE_TYPE type) const;
//! Convert E_BLEND_FACTOR to OpenGL equivalent
GLenum getGLBlend((E_BLEND_FACTOR factor) const;
GLenum getGLBlend(E_BLEND_FACTOR factor) const;
private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment