Replace references to VisualServer in code comments with RenderingServer
VisualServer no longer exists in the `master` branch.
This commit is contained in:
parent
8afd2171d1
commit
bcf4a56c74
13 changed files with 18 additions and 18 deletions
|
|
@ -311,7 +311,7 @@ void VideoStreamPlaybackWebm::update(float p_delta) {
|
|||
|
||||
if (converted) {
|
||||
Ref<Image> img = memnew(Image(image.w, image.h, 0, Image::FORMAT_RGBA8, frame_data));
|
||||
texture->update(img); //Zero copy send to visual server
|
||||
texture->update(img); //Zero copy send to rendering server
|
||||
video_frame_done = true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue