mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-19 01:01:13 +02:00
remove mutable
This commit is contained in:
parent
c30c2b64b2
commit
34d18da4e4
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ protected:
|
||||||
Type _type;
|
Type _type;
|
||||||
|
|
||||||
// Whether or not the shader compilation failed
|
// Whether or not the shader compilation failed
|
||||||
mutable bool _compilationHasFailed { false };
|
bool _compilationHasFailed { false };
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef Shader::Pointer ShaderPointer;
|
typedef Shader::Pointer ShaderPointer;
|
||||||
|
|
Loading…
Reference in a new issue