diff options
| author | Rémi Verschelde | 2017-01-16 08:04:19 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-01-16 08:04:23 +0100 |
| commit | 3890256fc57eafb2db83d328b8caf772188e21d4 (patch) | |
| tree | ee08a3acda5279a3bb331c0af569f1048b263fab /core/math/octree.h | |
| parent | b400c69cd487f70d8164dd5550eb994253d359d6 (diff) | |
| download | godot-3890256fc57eafb2db83d328b8caf772188e21d4.tar.gz godot-3890256fc57eafb2db83d328b8caf772188e21d4.tar.zst godot-3890256fc57eafb2db83d328b8caf772188e21d4.zip | |
Diffstat (limited to 'core/math/octree.h')
| -rw-r--r-- | core/math/octree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/octree.h b/core/math/octree.h index 483ba1d51..3630922d1 100644 --- a/core/math/octree.h +++ b/core/math/octree.h @@ -30,7 +30,7 @@ #define OCTREE_H #include "vector3.h" -#include "aabb.h" +#include "rect3.h" #include "list.h" #include "variant.h" #include "map.h" |
