Commit 6fae1424 authored by hybrid's avatar hybrid

Fixed line endings.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1377 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 24793aba
......@@ -528,8 +528,6 @@ namespace scene
}
}
RenderBuffer.setDirty(EBT_INDEX);
if ( DynamicSelectorUpdate && TriangleSelector )
......@@ -556,7 +554,6 @@ namespace scene
driver->setMaterial(Mesh.getMeshBuffer(0)->getMaterial());
RenderBuffer.Indices.set_used(IndicesToRender);
// For use with geomorphing
......@@ -564,7 +561,6 @@ namespace scene
RenderBuffer.Indices.set_used( RenderBuffer.Indices.allocated_size() );
// for debug purposes only:
if (DebugDataVisible)
{
......
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