Commit 28579a27 authored by hybrid's avatar hybrid

Remove references to print().

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2576 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 707f59b8
...@@ -1296,11 +1296,11 @@ void CBurningVideoDriver::drawVertexPrimitiveList(const void* vertices, u32 vert ...@@ -1296,11 +1296,11 @@ void CBurningVideoDriver::drawVertexPrimitiveList(const void* vertices, u32 vert
( check[h].flag & 16 ) >> 4, ( check[h].flag & 16 ) >> 4,
( check[h].flag & 32 ) >> 5 ( check[h].flag & 32 ) >> 5
); );
os::Printer::print ( buf ); os::Printer::log( buf );
} }
sprintf ( buf, "Vout: %d\n", vOut ); sprintf ( buf, "Vout: %d\n", vOut );
os::Printer::print ( buf ); os::Printer::log( buf );
int hold = 1; int hold = 1;
} }
...@@ -1378,7 +1378,7 @@ void CBurningVideoDriver::drawVertexPrimitiveList(const void* vertices, u32 vert ...@@ -1378,7 +1378,7 @@ void CBurningVideoDriver::drawVertexPrimitiveList(const void* vertices, u32 vert
vertexCount, primitiveCount, vertexCount, primitiveCount,
VertexCache.CacheMiss VertexCache.CacheMiss
); );
os::Printer::print ( buf ); os::Printer::log( buf );
*/ */
} }
......
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