diff options
Diffstat (limited to 'src/graphics/Renderer.h')
| -rw-r--r-- | src/graphics/Renderer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphics/Renderer.h b/src/graphics/Renderer.h index 2b6cc14..a1ed159 100644 --- a/src/graphics/Renderer.h +++ b/src/graphics/Renderer.h @@ -63,6 +63,7 @@ public: Simulation * sim; Graphics * g; gcache_item *graphicscache; + pixel sampleColor; //Mouse position for debug information int mousePosX, mousePosY; @@ -94,8 +95,7 @@ public: void ClearAccumulation(); void clearScreen(float alpha); - - //class SolidsRenderer; + void SetSample(int x, int y); #ifdef OGLR void checkShader(GLuint shader, char * shname); |
