Clean up RenderingServer and its bindings

* Rewrote bindings for RenderingServer.
* They are now all up to date.
* Several unused methods and deprecated features were cleaned up.
This commit is contained in:
reduz
2021-07-01 09:07:36 -03:00
parent 5710adda72
commit 37776b2867
34 changed files with 3020 additions and 900 deletions
+1 -1
View File
@@ -309,7 +309,7 @@ void EditorVisualProfiler::_update_plot() {
graph_texture->create_from_image(img);
}
graph_texture->update(img, true);
graph_texture->update(img);
graph->set_texture(graph_texture);
graph->update();