Terrain: remove debug code

This commit is contained in:
scrawl 2015-11-06 20:21:39 +01:00
parent ef18f4217f
commit 7ca8e45d5d
3 changed files with 2 additions and 16 deletions

View file

@ -1,7 +1,6 @@
#include "buffercache.hpp"
#include <cassert>
#include <iostream>
#include <osg/PrimitiveSet>
@ -209,8 +208,6 @@ namespace Terrain
{
unsigned int verts = mNumVerts;
std::cout << "getting index buffer for " << verts << std::endl;
if (mIndexBufferMap.find(flags) != mIndexBufferMap.end())
{
return mIndexBufferMap[flags];