mirror of
https://github.com/godotengine/godot.git
synced 2025-01-06 17:37:18 +08:00
Merge pull request #21002 from dragmz/patch-3
Reduce verbosity for unsupported GLES2 bg modes
This commit is contained in:
commit
8f202bd9ec
@ -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 New Issue
Block a user