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:
parent
5710adda72
commit
37776b2867
34 changed files with 3020 additions and 900 deletions
|
|
@ -315,7 +315,7 @@ void EditorProfiler::_update_plot() {
|
|||
graph_texture->create_from_image(img);
|
||||
}
|
||||
|
||||
graph_texture->update(img, true);
|
||||
graph_texture->update(img);
|
||||
|
||||
graph->set_texture(graph_texture);
|
||||
graph->update();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue