aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShockblast2017-06-18 17:14:47 -0400
committerShockblast2017-06-19 20:52:10 -0400
commit3e733d0f920e2bab20900235d1919dc804f97a51 (patch)
treee0508cc38415251b6101f13b930fccf0791fbb4c
parent33bf180067eb0beb1a514adcdfb6a59cc5f4ac55 (diff)
downloadgodot-3e733d0f920e2bab20900235d1919dc804f97a51.tar.gz
godot-3e733d0f920e2bab20900235d1919dc804f97a51.tar.zst
godot-3e733d0f920e2bab20900235d1919dc804f97a51.zip
Remove Duplicate Include
Also solves a problem with AnimatedSprites, when you add sprites for the animation the engine crash
Diffstat (limited to '')
-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 6a3238b64..a1ab51b3c 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"