Rename CPoseAsTransforms to CPoseTransformsVariableSize to match demo map

This commit is contained in:
Phillip Stephens 2022-10-11 22:16:08 -07:00
parent 26d6394bb1
commit 7f3718337f
3 changed files with 2 additions and 2 deletions

View File

@ -694,7 +694,7 @@ LIBS = [
"Kyoto/Particles/CSwooshDescription",
"Kyoto/Particles/CGenDescription",
"Kyoto/CPakFile",
"Kyoto/Animation/CPoseAsTransforms",
"Kyoto/Animation/CPoseAsTransformsVariableSize",
"Kyoto/Input/CRumbleVoice",
["Kyoto/Input/RumbleAdsr", True],
"Kyoto/Input/CRumbleGenerator",

View File

@ -623,7 +623,7 @@ KYOTO_2 :=\
$(BUILD_DIR)/asm/Kyoto/Particles/CSwooshDescription.o\
$(BUILD_DIR)/asm/Kyoto/Particles/CGenDescription.o\
$(BUILD_DIR)/asm/Kyoto/CPakFile.o\
$(BUILD_DIR)/asm/Kyoto/Animation/CPoseAsTransforms.o\
$(BUILD_DIR)/asm/Kyoto/Animation/CPoseAsTransformsVariableSize.o\
$(BUILD_DIR)/asm/Kyoto/Input/CRumbleVoice.o\
$(BUILD_DIR)/src/Kyoto/Input/RumbleAdsr.o\
$(BUILD_DIR)/asm/Kyoto/Input/CRumbleGenerator.o\