Text fixed

This commit is contained in:
viktorljung
2016-01-23 18:17:20 +01:00
parent 160b7183b2
commit ef020a3770
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ public:
GLuint BloomTexture() const { return m_BloomTexture; }
//Return the texture with diffuse and lighting of the scene.
GLuint SceneTexture() const { return m_SceneTexture; }
FrameBuffer FinalPassFrameBuffer() { return m_FinalPassFrameBuffer; }
FrameBuffer* FinalPassFrameBuffer() { return &m_FinalPassFrameBuffer; }
private: