Reduce verbosity for unsupported GLES2 bg modes

This commit is contained in:
Marcin Zawiejski 2018-08-14 15:11:19 +02:00 committed by GitHub
parent c50d7f7b84
commit ab1e460f53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2031,7 +2031,7 @@ void RasterizerSceneGLES2::render_scene(const Transform &p_cam_transform, const
} break;
default: {
print_line("uhm");
// FIXME: implement other background modes
} break;
}
}