diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-08-22 17:36:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-22 17:36:33 +0200 |
commit | 43ff5dd890fa647ac3e91a30a2a2198cb40db34a (patch) | |
tree | dc4e9f99571263cc04f250f825854a6782e4a266 /scene/resources/texture.cpp | |
parent | dabc9823934ca13ad02cd13fcb544aaab955da25 (diff) | |
parent | 8893b2bdb48ccac447db15a5b33f3c06329c6a8a (diff) |
Merge pull request #64642 from aaronfranke/mesh-cleanup
Diffstat (limited to 'scene/resources/texture.cpp')
-rw-r--r-- | scene/resources/texture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/texture.cpp b/scene/resources/texture.cpp index e5c4974967..6fe86447f6 100644 --- a/scene/resources/texture.cpp +++ b/scene/resources/texture.cpp @@ -35,8 +35,8 @@ #include "core/io/marshalls.h" #include "core/math/geometry_2d.h" #include "core/os/os.h" -#include "mesh.h" #include "scene/resources/bit_map.h" +#include "scene/resources/mesh.h" #include "servers/camera/camera_feed.h" int Texture2D::get_width() const { int ret; |