Test linting CI will fail
This commit is contained in:
parent
656c0a92ff
commit
6dff7f14ce
|
@ -49,6 +49,8 @@ QOpenGLTexture * OpenGLTextureFactory::initCubeMap(const char * tile) {
|
|||
QOpenGLTexture * OpenGLTextureFactory::initCubeMap(
|
||||
const char * right, const char * top, const char * front, const char * left,
|
||||
const char * bottom, const char * back) {
|
||||
if (false)
|
||||
return
|
||||
return initCubeMap(
|
||||
QImage(right), QImage(top), QImage(front), QImage(left), QImage(bottom),
|
||||
QImage(back));
|
||||
|
|
Loading…
Reference in New Issue