STKBillboard: Fix a typo
This commit is contained in:
@@ -43,7 +43,7 @@ void STKBillboard::render()
|
||||
glEnable(GL_BLEND);
|
||||
glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
|
||||
glBlendEquation(GL_FUNC_ADD);
|
||||
glDepthFunc(GL_FALSE);
|
||||
glDepthMask(GL_FALSE);
|
||||
core::vector3df pos = getAbsolutePosition();
|
||||
glBindVertexArray(billboardvao);
|
||||
GLuint texid = static_cast<irr::video::COpenGLTexture*>(Material.getTexture(0))->getOpenGLTextureName();
|
||||
|
||||
Reference in New Issue
Block a user