From 4811defca2eeea69e40346be6b1647f276db8c76 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Fri, 14 Dec 2012 21:30:35 +0100 Subject: Static objects using OpenGL VBOs and display lists --- src/app/app.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/app/app.h') diff --git a/src/app/app.h b/src/app/app.h index 84da0eb..c4288c1 100644 --- a/src/app/app.h +++ b/src/app/app.h @@ -449,5 +449,7 @@ protected: //! Low cpu mode bool m_lowCPU; + + int m_useVbo; // TODO: temporary }; -- cgit v1.2.3-1-g7c22