From cd0b82fd56bdba5a4f1a057fd2d50854c1f503ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 13 Sep 2018 22:54:35 +0200 Subject: Mark AnimatedTexture frame_* properties as internal This way they no longer appear in the documentation, and the related setters and getters do. --- scene/resources/texture.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scene/resources/texture.h') 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 */ -- cgit v1.2.3