mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-08 00:40:02 +01:00
Stabilized implementation of fading control, with change of view and
trigger of smooth transition. Bugfix with image processing shader change.
This commit is contained in:
@@ -103,7 +103,8 @@ void ImageProcessingShader::operator = (const ImageProcessingShader &S )
|
||||
}
|
||||
|
||||
|
||||
void ImageProcessingShader::accept(Visitor& v) {
|
||||
void ImageProcessingShader::accept(Visitor& v)
|
||||
{
|
||||
// Shader::accept(v);
|
||||
v.visit(*this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user