You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Restored everything related to information polling, and added information box for viewport.
This commit is contained in:
@@ -145,7 +145,7 @@ void VisualServerRaster::finish() {
|
||||
|
||||
int VisualServerRaster::get_render_info(RenderInfo p_info) {
|
||||
|
||||
return 0;
|
||||
return VSG::storage->get_render_info(p_info);
|
||||
}
|
||||
|
||||
/* TESTING */
|
||||
|
||||
Reference in New Issue
Block a user