summaryrefslogtreecommitdiff
path: root/scene/resources/texture.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-09-14 09:12:40 +0200
committerGitHub <noreply@github.com>2018-09-14 09:12:40 +0200
commitd05fe056802f15ae533cbe64fc81002b1428df4c (patch)
tree1ce662cbad7a6d8a2edda03dbc609ac70323877a /scene/resources/texture.h
parenta6c02c2320a5eb754ae3f056bec68ac13d2adbc5 (diff)
parentcd0b82fd56bdba5a4f1a057fd2d50854c1f503ef (diff)
Merge pull request #22053 from akien-mga/animtexture-frame-internal
Mark AnimatedTexture frame_* properties as internal
Diffstat (limited to 'scene/resources/texture.h')
-rw-r--r--scene/resources/texture.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/scene/resources/texture.h b/scene/resources/texture.h
index 4865f7b507..cb759c63da 100644
--- a/scene/resources/texture.h
+++ b/scene/resources/texture.h
@@ -37,9 +37,10 @@
#include "core/os/rw_lock.h"
#include "core/os/thread_safe.h"
#include "core/resource.h"
-#include "curve.h"
#include "scene/resources/color_ramp.h"
+#include "scene/resources/curve.h"
#include "servers/visual_server.h"
+
/**
@author Juan Linietsky <reduzio@gmail.com>
*/