Bläddra i källkod

Build: Updated 'bsf' version

BearishSun 6 år sedan
förälder
incheckning
fa3ec05bb1
2 ändrade filer med 5 tillägg och 1 borttagningar
  1. 4 0
      Source/EditorCore/Scene/BsSelectionRenderer.cpp
  2. 1 1
      Source/bsf

+ 4 - 0
Source/EditorCore/Scene/BsSelectionRenderer.cpp

@@ -73,6 +73,10 @@ namespace bs
 		constexpr int numTechniques = sizeof(mTechniqueIndices) / sizeof(mTechniqueIndices[0]);
 		static_assert(numTechniques == (int)RenderableAnimType::Count, "Number of techniques doesn't match the number of possible animation types.");
 
+		static const StringID RTag_Skinned = "Skinned";
+		static const StringID RTag_Morph = "Morph";
+		static const StringID RTag_SkinnedMorph = "SkinnedMorph";
+		
 		FIND_TECHNIQUE_DESC findSkinned;
 		findSkinned.addTag(RTag_Skinned);
 

+ 1 - 1
Source/bsf

@@ -1 +1 @@
-Subproject commit 7a0a3569cc241dfe27e8adecb2fcea26d64ee8c6
+Subproject commit 58147fd73a25ff8a6c6e10ba48cee3c1198985d3