mirror of
https://github.com/overte-org/overte.git
synced 2025-07-10 16:38:37 +02:00
cleanup
This commit is contained in:
parent
44b48bab5e
commit
4c9b7f46a2
1 changed files with 0 additions and 1 deletions
|
@ -208,7 +208,6 @@ private:
|
|||
QHash<float, VerticesIndices> _solidCubeVBOs;
|
||||
QHash<Vec2Pair, VerticesIndices> _quad2DVBOs;
|
||||
QHash<Vec2PairPair, BatchItemDetails> _quad2DTextureVBOs;
|
||||
//QHash<Vec3Pair, VerticesIndices> _quad3DVBOs;
|
||||
QHash<Vec3PairVec2Pair, VerticesIndices> _quad3DTextureVBOs;
|
||||
QHash<int, VerticesIndices> _registeredQuadVBOs;
|
||||
int _nextID;
|
||||
|
|
Loading…
Reference in a new issue