Replace references to VisualServer in code comments with RenderingServer
VisualServer no longer exists in the `master` branch.
This commit is contained in:
@ -108,7 +108,7 @@ void VideoStreamPlaybackTheora::video_write() {
|
||||
|
||||
Ref<Image> img = memnew(Image(size.x, size.y, 0, Image::FORMAT_RGBA8, frame_data)); //zero copy image creation
|
||||
|
||||
texture->update(img); //zero copy send to visual server
|
||||
texture->update(img); //zero copy send to rendering server
|
||||
|
||||
frames_pending = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user