mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-14 03:39:57 +01:00
set unique surface_ pointer for all source types
This commit is contained in:
@@ -34,7 +34,6 @@ protected:
|
||||
void replaceRenderingShader() override;
|
||||
static void loadSession(const std::string& filename, SessionSource *source);
|
||||
|
||||
Surface *sessionsurface_;
|
||||
std::string path_;
|
||||
Session *session_;
|
||||
|
||||
@@ -62,7 +61,6 @@ protected:
|
||||
|
||||
void init() override;
|
||||
void replaceRenderingShader() override;
|
||||
Surface *sessionsurface_;
|
||||
Session *session_;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user