Jelajahi Sumber

Remove Duplicate Include

Also solves a problem with AnimatedSprites, when you add sprites for the animation the engine crash
Shockblast 8 tahun lalu
induk
melakukan
3e733d0f92
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      scene/2d/animated_sprite.cpp

+ 0 - 1
scene/2d/animated_sprite.cpp

@@ -30,7 +30,6 @@
 #include "animated_sprite.h"
 #include "animated_sprite.h"
 #include "os/os.h"
 #include "os/os.h"
 #include "scene/scene_string_names.h"
 #include "scene/scene_string_names.h"
-#include "scene/scene_string_names.h"
 
 
 #define NORMAL_SUFFIX "_normal"
 #define NORMAL_SUFFIX "_normal"