From 3e733d0f920e2bab20900235d1919dc804f97a51 Mon Sep 17 00:00:00 2001 From: Shockblast Date: Sun, 18 Jun 2017 17:14:47 -0400 Subject: Remove Duplicate Include Also solves a problem with AnimatedSprites, when you add sprites for the animation the engine crash --- scene/2d/animated_sprite.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/scene/2d/animated_sprite.cpp b/scene/2d/animated_sprite.cpp index 6a3238b64e..a1ab51b3c8 100644 --- a/scene/2d/animated_sprite.cpp +++ b/scene/2d/animated_sprite.cpp @@ -30,7 +30,6 @@ #include "animated_sprite.h" #include "os/os.h" #include "scene/scene_string_names.h" -#include "scene/scene_string_names.h" #define NORMAL_SUFFIX "_normal" -- cgit v1.2.3