summaryrefslogtreecommitdiff
path: root/scene/resources
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2018-08-11 03:08:26 -0500
committerAaron Franke <arnfranke@yahoo.com>2018-08-11 03:08:34 -0500
commitcf136a91d60509a99f9ba47c7dbc6fbb9cb6240d (patch)
tree6d70ecceb1f52c7eb3ad6f4d6fc59ab8d1b756b6 /scene/resources
parent14fe7230f4db402fba1efb74a1a17ce8a4dd20bb (diff)
[Core] Completely kill math_2d.h, change includes
Diffstat (limited to 'scene/resources')
-rw-r--r--scene/resources/texture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/texture.h b/scene/resources/texture.h
index 1c18189b2c..e5d1166de5 100644
--- a/scene/resources/texture.h
+++ b/scene/resources/texture.h
@@ -33,9 +33,9 @@
#include "curve.h"
#include "io/resource_loader.h"
-#include "math_2d.h"
#include "os/mutex.h"
#include "os/thread_safe.h"
+#include "rect2.h"
#include "resource.h"
#include "scene/resources/color_ramp.h"
#include "servers/visual_server.h"