Add assert in PictureLayer.addToScene() (#61655)
SceneBuilder.addPicture() is implemented in C++, and if `picture` is null, it will seg-fault. This catches the problem before that happens.
Showing
Please register or sign in to comment
SceneBuilder.addPicture() is implemented in C++, and if `picture` is null, it will seg-fault. This catches the problem before that happens.
HIAST - GitLab