Merge pull request #62776 from lawnjelly/remove_octree

This commit is contained in:
Rémi Verschelde 2022-07-06 15:40:26 +02:00 committed by GitHub
commit e004412edd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 1273 deletions

File diff suppressed because it is too large Load diff

View file

@ -31,7 +31,6 @@
#include "world_3d.h"
#include "core/config/project_settings.h"
#include "core/math/octree.h"
#include "scene/3d/camera_3d.h"
#include "scene/3d/visible_on_screen_notifier_3d.h"
#include "scene/scene_string_names.h"

View file

@ -31,7 +31,6 @@
#ifndef RENDERING_SERVER_DEFAULT_H
#define RENDERING_SERVER_DEFAULT_H
#include "core/math/octree.h"
#include "core/templates/command_queue_mt.h"
#include "core/templates/hash_map.h"
#include "renderer_canvas_cull.h"