Reduce verbosity for unsupported GLES2 bg modes
This commit is contained in:
parent
c50d7f7b84
commit
ab1e460f53
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue