Disable billboard text rendering in GLES legacy pipeline
This commit is contained in:
parent
2888f6ee2d
commit
efe68fef94
@ -333,6 +333,11 @@ void CBillboardTextSceneNode::OnRegisterSceneNode()
|
||||
//! render
|
||||
void CBillboardTextSceneNode::render()
|
||||
{
|
||||
// FIXME: Billboard text is broken with GLES 2.0.
|
||||
#ifdef _IRR_COMPILE_WITH_OGLES2_
|
||||
return;
|
||||
#endif
|
||||
|
||||
if ( !Mesh )
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user