Преглед изворни кода

Fixed an issue where animation would stop updating the linked scene objects if the animation clip contents changed

BearishSun пре 9 година
родитељ
комит
c248ce17d8
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      Source/BansheeCore/Source/BsAnimation.cpp

+ 0 - 1
Source/BansheeCore/Source/BsAnimation.cpp

@@ -105,7 +105,6 @@ namespace BansheeEngine
 		sceneObjectTransforms = nullptr;
 
 		numLayers = 0;
-		numSceneObjects = 0;
 		numGenericCurves = 0;
 	}