From 8893b2bdb48ccac447db15a5b33f3c06329c6a8a Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Fri, 19 Aug 2022 19:15:46 -0500 Subject: Clean up mesh include code and comments --- scene/resources/texture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scene/resources/texture.cpp') 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; -- cgit v1.2.3