Просмотр исходного кода

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

BearishSun 9 лет назад
Родитель
Сommit
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;
 	}