mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Fixed display cropped source in AppearanceView and code cleanup.
This commit is contained in:
@@ -94,7 +94,6 @@ class FrameBufferSurface : public Surface {
|
||||
public:
|
||||
FrameBufferSurface(FrameBuffer *fb, Shader *s = new ImageShader);
|
||||
|
||||
void init () override;
|
||||
void draw (glm::mat4 modelview, glm::mat4 projection) override;
|
||||
void accept (Visitor& v) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user