1
0
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:
Juan Linietsky
2017-06-11 18:13:04 -03:00
parent 4d50c7ad8c
commit 61c82f4356
10 changed files with 228 additions and 34 deletions

View File

@@ -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 */