mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-10 20:46:55 +03:00
Terrain: remove debug code
This commit is contained in:
parent
ef18f4217f
commit
7ca8e45d5d
3 changed files with 2 additions and 16 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue