Test linting CI will fail

This commit is contained in:
Shaun Reed 2022-11-20 10:59:39 -05:00
parent 656c0a92ff
commit 6dff7f14ce
1 changed files with 2 additions and 0 deletions

View File

@ -49,6 +49,8 @@ QOpenGLTexture * OpenGLTextureFactory::initCubeMap(const char * tile) {
QOpenGLTexture * OpenGLTextureFactory::initCubeMap( QOpenGLTexture * OpenGLTextureFactory::initCubeMap(
const char * right, const char * top, const char * front, const char * left, const char * right, const char * top, const char * front, const char * left,
const char * bottom, const char * back) { const char * bottom, const char * back) {
if (false)
return
return initCubeMap( return initCubeMap(
QImage(right), QImage(top), QImage(front), QImage(left), QImage(bottom), QImage(right), QImage(top), QImage(front), QImage(left), QImage(bottom),
QImage(back)); QImage(back));