mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 15:41:13 -04:00
Add comment
This commit is contained in:
parent
d432a3ed08
commit
0da1e0e905
@ -148,6 +148,7 @@ class Drawable : public osg::Drawable {
|
|||||||
if(texture)
|
if(texture)
|
||||||
state->applyTextureAttribute(0, texture);
|
state->applyTextureAttribute(0, texture);
|
||||||
|
|
||||||
|
// VBOs disabled due to crash in OSG: http://forum.openscenegraph.org/viewtopic.php?t=14909
|
||||||
osg::GLBufferObject* bufferobject = 0;//state->isVertexBufferObjectSupported() ? vbo->getOrCreateGLBufferObject(state->getContextID()) : 0;
|
osg::GLBufferObject* bufferobject = 0;//state->isVertexBufferObjectSupported() ? vbo->getOrCreateGLBufferObject(state->getContextID()) : 0;
|
||||||
if (bufferobject)
|
if (bufferobject)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user