expose krcamera function for getdebugtext

This commit is contained in:
Michael Ilich
2013-06-15 09:56:19 -07:00
parent 4eca1c16d2
commit 7ff4da106d

View File

@@ -65,8 +65,10 @@ public:
virtual std::string getElementName();
virtual tinyxml2::XMLElement *saveXML( tinyxml2::XMLNode *parent);
virtual void loadXML(tinyxml2::XMLElement *e);
private:
std::string getDebugText();
private:
void createBuffers(GLint renderBufferWidth, GLint renderBufferHeight);
GLint backingWidth, backingHeight;
@@ -99,7 +101,7 @@ private:
DebugTextVertexData *m_debug_text_vertices;
std::string getDebugText();
// std::string getDebugText();
uint64_t m_last_frame_start;
int m_frame_times[KRAKEN_FPS_AVERAGE_FRAME_COUNT];