summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShockblast <danielmaccomb@gmail.com>2017-06-18 17:14:47 -0400
committerShockblast <danielmaccomb@gmail.com>2017-06-19 20:52:10 -0400
commit3e733d0f920e2bab20900235d1919dc804f97a51 (patch)
treee0508cc38415251b6101f13b930fccf0791fbb4c
parent33bf180067eb0beb1a514adcdfb6a59cc5f4ac55 (diff)
Remove Duplicate Include
Also solves a problem with AnimatedSprites, when you add sprites for the animation the engine crash
-rw-r--r--scene/2d/animated_sprite.cpp1
1 files changed, 0 insertions, 1 deletions
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"